Skip to main content
Glama
taimoorahmed91

FitTrack MCP Server

get_meals

Retrieve your logged meals from FitTrack. Filter by date or calorie range to view specific meal entries.

Instructions

Returns meals for the authenticated FitTrack user. Optional inputs: date as YYYY-MM-DD, calories_min, and calories_max. If date is omitted, today's date is used. If no calorie range is provided, only meals with calories greater than zero are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
calories_maxNo
calories_minNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses key behaviors: authentication requirement, date default, and calorie filtering default. It does not mention rate limits or destructive actions, but as a read-only tool, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences, front-loaded with the main purpose, no redundant words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema, the description adequately covers input behavior and authentication. It is complete enough for a simple data retrieval tool, though it could optionally mention the lack of pagination or sorting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning beyond the schema: date format YYYY-MM-DD, default for date, and the effect of omitting calorie ranges. However, it does not clarify behavior when only one of calories_min or calories_max is provided, leaving a slight gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Returns meals for the authenticated FitTrack user,' specifying the verb (returns) and resource (meals) with user scope, which distinguishes it from sibling tools like get_sleep and get_user.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use parameters and defaults (date omitted uses today, no calorie range returns meals >0), but does not explicitly contrast with siblings or state when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/taimoorahmed91/MCP'

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