Overview
Returns a list of all enabled tools from a specific stack. This endpoint supports multiple schema formats to match different AI framework requirements, including OpenAI and Anthropic formats.Endpoint
Authentication
This endpoint requires an API key. Include it in the Authorization header:Path Parameters
The unique identifier of the stack to get tools from
Query Parameters
The schema format for the returned tools
Response
Array of tool objects formatted according to the specified schema
Example Request
Default Format
OpenAI Format
Anthropic Format
Example Responses
Default Format
OpenAI Format
Anthropic Format
Integration Examples
Using with OpenAI
Using with Anthropic
Use Cases
- AI Integration: Get tools in the format needed for your AI framework
- Dynamic Tool Discovery: Programmatically discover available tools in a stack
- Application Setup: Configure your application with the tools available in a stack
- Documentation Generation: Generate tool documentation for your applications
Error Responses
401 Unauthorized
Invalid or missing API key
404 Not Found
Stack not found
429 Too Many Requests
Rate limit exceeded
500 Internal Server Error
Server error occurred