Update Tool
neuron_update_toolUpdate an existing tool integration configuration by modifying its name, description, endpoint, authentication, or rate limit settings.
Instructions
Update an existing tool integration configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the tool to update | |
| name | No | Updated name of the tool | |
| config | No | Updated tool configuration | |
| authType | No | Updated authentication type | |
| rateLimit | No | Updated rate limit | |
| timeoutMs | No | Updated timeout in milliseconds | |
| description | No | Updated description |