{ "opencollection": "1.0.0", "info": { "name": "Glean Client REST activity tools API", "version": "0.9.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "tools", "type": "folder" }, "items": [ { "info": { "name": "List available agent tools", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}-be.glean.com/rest/api/v1/tools/list" }, "docs": "List available agent tools" }, { "info": { "name": "Invoke an agent tool", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}-be.glean.com/rest/api/v1/tools/call" }, "docs": "Invoke an agent tool" } ] } ], "bundled": true }