Skip to main content
Glama

MCP Glucose Server

by lucas-1000

get_glucose_stats

Calculate glucose statistics including count, average, minimum, and maximum values for a user within a specified date range to identify trends and patterns for health monitoring.

Instructions

Get glucose statistics (count, average, min, max) for a user within a date range. Useful for understanding glucose trends and patterns.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO 8601 format. Optional.
startDateNoStart date in ISO 8601 format. Optional.
userIdNoUser identifier. Defaults to user_12345abcdef67890 if not specified.

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO 8601 format. Optional.", "type": "string" }, "startDate": { "description": "Start date in ISO 8601 format. 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