Skip to main content

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

string
required
The unique identifier of the stack to get tools from

Query Parameters

string
default:"default"
The schema format for the returned tools

Response

array
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

Invalid or missing API key
Stack not found
Rate limit exceeded
Server error occurred