Tools
Test tool execution
Tests a tool by executing it with the provided parameters. This allows you
to verify that your webhook is configured correctly and returns the expected
response. You can also use validate_only to test parameter validation
without actually calling the webhook.
Use Cases
- Verify webhook configuration
- Debug failed tool calls
- Test parameter validation
- Develop and iterate on webhooks
POST
Authorizations
Path Parameters
The unique identifier (UUID) of the tool
Body
application/json
Response
Tool test executed successfully
Whether the test was successful
Execution time in milliseconds
Validation status (for validate_only requests)
Human-readable message
Tool information
Details of the request sent to webhook
Response from the webhook