Test one of a connected integration’s tools
Runs the tool once against the connected account and returns what the app answered — the same call path an agent takes, so a green test means the agent will get the same result. It is a real call on real data: prefer read-only tools, and treat anything that creates, sends or deletes as a production action.
Authorizations
Use JWT token for authentication
Path Parameters
Integration id
Tool slug, e.g. GMAIL_GET_PROFILE
Body
Arguments passed to the tool, as the app expects them. Omit for a tool that takes none.
Response
Success
Whether the app accepted and ran the call
Round trip to the app, in milliseconds
App the tool belongs to
"gmail"
Tool slug that ran
"GMAIL_GET_PROFILE"
What the tool returned, exactly as the agent would receive it
Why it failed, in the app’s own words
True when the failure is the connection itself (expired or revoked account), not the arguments