update_tool
Update an existing tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The unique name of the tool (used as identifier) | |
| tool_id | Yes | The ID of the tool to update | |
| tool_type | No | The type of tool (step, builtin, tip) | |
| is_enabled | No | Whether the tool is enabled | |
| session_id | Yes | The anonymous session ID | |
| step_order | No | The order of this step in the project workflow | |
| description | No | Description of what the tool does | |
| tool_schema | No | JSON schema for tool parameters | |
| display_name | No | The human-readable display name of the tool | |
| response_template | No | Markdown template for tool response |