Update Tool
neuron_update_toolModify an existing custom API tool's configuration, including its endpoint, authentication, or request template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the tool to update | |
| name | No | Updated human-readable name for the tool | |
| type | No | Updated type of the tool integration | |
| config | No | Updated tool configuration | |
| authType | No | Updated authentication type | |
| rateLimit | No | Updated maximum requests per minute | |
| timeoutMs | No | Updated request timeout in milliseconds | |
| description | No | Updated description of the tool's purpose |