Skip to main content
Glama

get-routine-folder

Retrieve detailed information about a specific routine folder by its ID using the Hevy MCP server. Access folder title, order position, and creation/update timestamps for efficient workout management.

Instructions

Get complete details of a specific routine folder by ID. Returns all folder information including title, index (order position), and creation/update timestamps.

Input Schema

NameRequiredDescriptionDefault
folderIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folderId": { "type": "integer" } }, "required": [ "folderId" ], "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