Skip to main content
Glama

JEFit MCP Server

list_workout_dates

Retrieve workout dates from your JEFit fitness data within a specified date range to track exercise frequency and analyze workout patterns.

Instructions

List all workout dates within a date range.

Args: start_date: Start date in YYYY-MM-DD format (required) end_date: End date in YYYY-MM-DD format (optional, defaults to today)

Returns: List of workout dates as strings in YYYY-MM-DD format

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "start_date": { "type": "string" } }, "required": [ "start_date" ], "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