Skip to main content
Glama

MCP Glucose Server

by lucas-1000

get_glucose_readings

Retrieve glucose readings with timestamps and sources for diabetes management and health monitoring within specified date ranges.

Instructions

Get glucose/blood sugar readings for a user within a date range. Returns glucose values in mg/dL with timestamps and sources.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO 8601 format (e.g., 2025-10-22T23:59:59Z). Optional.
limitNoMaximum number of readings to return (default: 1000)
startDateNoStart date in ISO 8601 format (e.g., 2025-10-01T00:00:00Z). Optional.
userIdNoUser identifier. Defaults to user_12345abcdef67890 if not specified.

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO 8601 format (e.g., 2025-10-22T23:59:59Z). Optional.", "type": "string" }, "limit": { "description": "Maximum number of readings to return (default: 1000)", "type": "number" }, "startDate": { "description": "Start date in ISO 8601 format (e.g., 2025-10-01T00:00:00Z). Optional.", "type": "string" }, "userId": { "description": "User identifier. Defaults to user_12345abcdef67890 if not specified.", "type": "string" } }, "required": [], "type": "object" }

Other Tools from MCP Glucose 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/lucas-1000/mcp-glucose'

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