Test Tool

View as Markdown
Execute a tool once without starting an agent invocation. Use this to validate the schema, authentication, response shape, and latency.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

idstringRequired

Request

This endpoint expects an object.
inputanyOptional
recordbooleanOptionalDefaults to true

Response

OK
okboolean
errorstring
errorDetailobject
latencyMsinteger0-9007199254740991
outputany

Any valid JSON value: object, array, string, number, boolean, or null.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error