Skip to main content
POST
Execute a tool

Path Parameters

toolId
string
required

The ID of the tool to execute

Body

application/json
params
object

Parameters for tool execution

Example:
values
object

Static values to override parameters

Example:

Response

200 - application/json

Successful tool execution

executionId
string

Unique ID of the execution

Example:

"exec-98765"

status
string

Status of the execution

Example:

"completed"