Skip to main content
Glama

MCP Glucose Server

by lucas-1000

get_latest_glucose

Retrieve the most recent glucose reading for a user, including value, unit, timestamp, and data source to support diabetes management and health monitoring.

Instructions

Get the most recent glucose/blood sugar reading for a user. Returns value, unit, timestamp, and source.

Input Schema

NameRequiredDescriptionDefault
userIdNoUser identifier. Defaults to user_12345abcdef67890 if not specified.

Input Schema (JSON Schema)

{ "properties": { "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