update_custom_tool
Update the code, prompt instructions, or parameters of a custom Google Flow tool by providing its ID or URL and the new values. Directly edit tool configurations in Google Flow.
Instructions
Edit or update the code, prompt instructions, or parameters of a custom Google Flow tool directly inside Google Flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name for the tool. | |
| tool_id | Yes | ID or full URL of the custom tool in Google Flow to update. | |
| project_id | No | Optional project ID. | |
| description | No | Updated description for the tool. | |
| inputs_schema | No | Updated input parameters schema for the tool. | |
| code_or_prompt | No | Updated code, logic script, or system prompt instructions for the custom tool within Google Flow. |