Hevy MCP

by chrisdoc
Verified

get-exercise-templates

Retrieve a paginated list of exercise templates, including default and custom options, with details like title, type, and muscle groups. Supports up to 100 templates per page for efficient workout planning.

Instructions

Get a paginated list of exercise templates available on the account. Returns both default and custom exercise templates with details including title, type, primary muscle group, and secondary muscle groups. Supports up to 100 templates per page.

Input Schema

NameRequiredDescriptionDefault
pageNo
pageSizeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "minimum": 1, "type": "integer" }, "pageSize": { "default": 20, "maximum": 100, "minimum": 1, "type": "integer" } }, "type": "object" }
ID: vl8qtbflvm