Create Tool
neuron_create_toolCreates a new tool integration for a bot, enabling it to call external HTTP APIs and webhooks with configurable endpoints, methods, headers, and authentication.
Instructions
Create a new tool integration for a bot to call external HTTP APIs and webhooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the tool | |
| type | Yes | Type of the tool (e.g., 'http', 'webhook') | |
| botId | Yes | The ID of the bot to create the tool for | |
| config | Yes | Tool configuration object | |
| authType | No | Authentication type (bearer, basic, apiKey, etc.) | |
| rateLimit | No | Rate limit (requests per minute) | |
| timeoutMs | No | Request timeout in milliseconds | |
| description | No | Description of what the tool does |