Skip to main content
Glama

sync_cronometer

Downloads Cronometer nutrition data for a specified date range and saves it as JSON exports plus a formatted food-log.md file.

Instructions

Download Cronometer data and save locally as JSON + food-log.md.

Downloads servings and daily summary data, saves JSON exports, and regenerates food-log.md.

Output directory defaults to ~/.local/share/cronometer-mcp/ but can be overridden with the CRONOMETER_DATA_DIR environment variable.

Args: start_date: Start date as YYYY-MM-DD (defaults to days ago). end_date: End date as YYYY-MM-DD (defaults to today). days: Number of days to look back if start_date not specified (default 14). diet_label: Optional diet label for the markdown header (e.g., "Keto Rigorous").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateNo
end_dateNo
daysNo
diet_labelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool downloads and saves files, mentions the output directory default and environment variable, but does not address authentication requirements, rate limits, or side effects like overwriting existing files. It adds some behavioral context but is not comprehensive.

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?

The description is concise (9 lines) with a front-loaded summary followed by details and parameter explanations. Every sentence adds necessary information without redundancy.

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?

The description explains the action, output types, parameters, and directory configuration. Given the tool's complexity (4 optional parameters, local file output), it covers most essential aspects. It could mention overwrite behavior or prerequisites, but overall it is fairly complete.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate, and it does excellently. Each parameter is given a clear format, default, and meaning (e.g., 'start_date: Start date as YYYY-MM-DD (defaults to `days` ago)'). This adds substantial value beyond the schema titles.

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

Purpose5/5

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

The description clearly states the verb ('Download Cronometer data and save locally'), the resource ('Cronometer data'), and the output format ('JSON + food-log.md'). It distinguishes itself from sibling tools (mostly get_/add_ operations) by emphasizing the local storage action.

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 implies a use case for downloading and saving data locally, but it does not explicitly provide when to use this tool versus alternatives like get_daily_nutrition or export_raw_csv. No exclusions or alternative recommendations are given, leaving the agent to infer the appropriate context.

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/cphoskins/cronometer-mcp'

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