Skip to main content
GET
Get tool details

Authorizations

X-API-KEY
string
header
required

Headers

X-End-User-ID
string | null

Path Parameters

tool_id
string
required

The unique identifier or name of the tool.

Response

Successful Response

id
string<uuid>
required

The unique identifier for the tool.

name
string
required

The name of the tool.

input_schema
ToolInputSchema · object
required

The JSON schema defining the inputs for the tool.

media_output_keys
string[]
required

A list of keys in the output that contain media URLs.

example_responses
Example Responses · object[]
required

A list of example inputs and their corresponding outputs for the tool.

description
string | null

A brief description of what the tool does.