Hevy MCP

by chrisdoc
Verified

get-routine

Retrieve detailed information about a specific workout routine, including title, notes, folder, and exercise data with set configurations, using the routine ID.

Instructions

Get complete details of a specific routine by ID. Returns all routine information including title, notes, assigned folder, and detailed exercise data with set configurations.

Input Schema

NameRequiredDescriptionDefault
routineIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "routineId": { "minLength": 1, "type": "string" } }, "required": [ "routineId" ], "type": "object" }
ID: vl8qtbflvm