update-routine
Modify a specific routine by name, updating its description or steps while preserving the existing schema. Confirm changes with the user and ensure accurate updates by referencing stored routines.
Instructions
Update a routine by name. Factor in the existing schema and update only the portion specified by the user. Always confirm with user that they want to update it. User may supply a name that's not exactly as how it's stored. Use the load-routines tool to get the list of all routines.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Description of the routine. | |
name | Yes | Exact name of the routine to be updated. | |
steps | Yes | Steps of the routine. |