Skip to main content
Glama

CGM meal response

cgm_meal_response

Analyze post-meal glucose response by calculating peak delta, time to peak, and response band (excellent to poor) from CGM data.

Instructions

Compute glucose response to a meal: baseline → peak → return-to-baseline. Returns peak delta, peak time (min after meal), and a band (excellent/good/moderate/poor).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meal_timeYesISO-8601 timestamp of when the meal was eaten (e.g. '2026-05-10T13:15:00Z').
window_hoursNoHours of CGM data to load before+after; default 4.
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses the computation steps and return values but omits behavioral traits like read-only nature, algorithm assumptions, error handling (e.g., insufficient data), or required user permissions.

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?

Two sentences, no redundancy. The first sentence states the high-level purpose, the second lists returns. Information is front-loaded and every word earns its place.

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 moderate complexity (2 params, no output schema), the description explains the return values adequately. However, it lacks prerequisites (e.g., needing CGM data) and error conditions, which would make it more complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents both parameters adequately. The description adds no additional parameter meaning beyond what the schema provides, which is the baseline for high coverage.

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 tool computes glucose response to a meal, specifying the process (baseline to peak to return) and the exact return values (peak delta, peak time, band). This distinguishes it from sibling tools like cgm_glucose_window which likely return raw data.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives (e.g., cgm_glucose_window or cgm_daily_summary). The description does not mention prerequisites, such as the need for existing CGM data for the meal time, or when not to use it.

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/davidmosiah/wellness-cgm-mcp'

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