remove_agent_tool
Remove a tool of any type from an AI agent using its name. Changes are saved to the draft; publish to apply.
Instructions
Remove a tool (by name) from a single_prompt agent. Works for any tool type (api_call, transfer_call, etc.). The change is saved to the agent's draft — publish_draft to make it live. Use get_agent_prompt to see the agent's current tool names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The exact name of the tool to remove | |
| agent_id | Yes | The agent ID to remove the tool from | |
| branch_id | No | Branch whose draft to edit (from list_branches). Omit to use the live branch; if the agent has multiple branches you'll be asked to pick one. |