v35

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-04-1656176283.0 KB
Tools

Execute Tool

Executes a tool by name and arguments

post/v1/tools/execute

Request body

include_error_stacktraceboolean

Whether to include the error stacktrace in the response. If not provided, the error stacktrace is not included.

inputToolRawInputs
run_atstring

The time at which the tool should be run (optional). If not provided, the tool is run immediately. Format ISO 8601: YYYY-MM-DDTHH:MM:SS

tool_namestring required
tool_versionstring

The tool version to use (optional). If not provided, any version is used

user_idstring

Response

OK

durationnumber
execution_idstring
execution_typestring
finished_atstring
idstring
run_atstring
statusstring
successboolean

Whether the request was successful. For immediately-executed requests, this will be true if the tool call succeeded. For scheduled requests, this will be true if the request was scheduled successfully.