hevy_create_routine_folder
Create a routine folder with a given title. The folder is inserted at the first position, shifting existing folders down. Note: the title is permanent after creation.
Instructions
Create a routine folder (POST /v1/routine_folders). Takes only title. The new folder is inserted at index 0; existing folders shift down by one. There is no update or delete tool for folders — once created, the title is fixed. Dry-run by default: returns { dry_run: true, executed: false, ... } unless HEVY_MCP_ALLOW_WRITES=1 is set on the server process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |