Hevy MCP

by chrisdoc
Verified

get-workout

Retrieve detailed workout information by ID, including title, description, start/end times, and exercise data, using the Hevy MCP server.

Instructions

Get complete details of a specific workout by ID. Returns all workout information including title, description, start/end times, and detailed exercise data.

Input Schema

NameRequiredDescriptionDefault
workoutIdYes

Input Schema (JSON Schema)

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