Tools API
The Tools API enables you to discover and execute various tools and integrations available within your Glean instance. Access external services, run automated workflows, and integrate with third-party applications to extend Glean's capabilities.
Use Cases
Tool Discovery
Discover available tools and integrations within your Glean instance to understand what capabilities are accessible through the API.
Workflow Automation
Execute tools programmatically to automate workflows, data processing, and integration tasks with external systems.
Third-party Integration
Integrate with external services and applications through Glean's tool ecosystem to create comprehensive business solutions.
API Endpoints
Method | Endpoint | Purpose |
---|---|---|
GET | /rest/api/v1/tools/list | List available tools Returns a filtered set of available tools based on optional tool name parameters. If no filters are provided, all available tools are returned. |
POST | /rest/api/v1/tools/call | Execute the specified tool Execute the specified tool with provided parameters |