Skip to main content
Glama

MyFitnessPal MCP Server

get_date_range_summary

Analyze nutrition trends and insights across specified date ranges to track dietary patterns and progress in MyFitnessPal data.

Instructions

Get aggregate nutrition data over a date range with trends and insights.

Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format

Input Schema

NameRequiredDescriptionDefault
end_dateYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "type": "string" }, "start_date": { "type": "string" } }, "required": [ "start_date", "end_date" ], "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/ai-mcp-garage/mcp-myfitnesspal'

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