Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server