Skip to main content
Glama

JEFit MCP Server

get_batch_workouts

Retrieve detailed workout information for multiple dates in a single request to analyze fitness progress and track exercise history efficiently.

Instructions

Get detailed workout information for multiple dates in a single call.

Args: dates: List of dates in YYYY-MM-DD format

Returns: Markdown-formatted workout details for all requested dates

Input Schema

NameRequiredDescriptionDefault
datesYes

Input Schema (JSON Schema)

{ "properties": { "dates": { "items": { "type": "string" }, "type": "array" } }, "required": [ "dates" ], "type": "object" }

Other Tools from JEFit MCP Server

Related Tools

    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/ai-mcp-garage/jefit-mcp'

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