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
Authorizations
Your iwy Service API Key. Find it at app.iwy.ai/settings.
Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
The unique identifier (UUID) of the tool
Body
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