Skip to main content
POST
Run a registered tool synchronously

Authorizations

x-api-key
string
header
required

Body

application/json

A synchronous tool-run request: the tool_name and its keyword arguments. Mirrors the shape read_tool_call enforces at runtime.

tool_name
string
required

Registered tool name.

Minimum string length: 1
arguments
Arguments · object

Tool keyword arguments.

Response

Success.

data
any
required