create_webhook_tool
Create a webhook to let AI personas call external APIs, with configurable HTTP method and response handling.
Instructions
Create a webhook tool for personas to call external APIs.
Args: name: Tool name in snake_case (e.g., "check_order_status") description: When the LLM should call this tool. Be specific. url: The HTTP endpoint to call method: HTTP method (GET, POST, PUT, PATCH, DELETE) await_response: Wait for response (False for fire-and-forget)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| url | Yes | ||
| method | No | POST | |
| await_response | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |