Skip to main content
Glama
adminpb

Nightscout MCP Server

by adminpb

get_profile

Fetch active pump/loop settings from Nightscout: insulin sensitivity factor, insulin-to-carb ratio, basal rates, target glucose ranges, and DIA. Quickly clarify current therapy parameters for analysis or troubleshooting.

Instructions

Get the active Nightscout profile: insulin sensitivity factor (ISF), insulin-to-carb ratio (ICR), basal rates, target glucose ranges, and DIA. Useful for understanding pump/loop settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Get' clearly implies a read-only operation and the field list indicates what data is returned, but the description does not explain how 'active' is determined, what happens if no profile exists, or any access requirements. It is adequate but minimal.

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 two sentences with no redundant wording. The core action and result fields are front-loaded, and the use-case sentence earns its place by giving operational context.

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?

For a zero-parameter read-only tool with no output schema, the description provides the essential information: what the profile contains and why it is useful. It could be more explicit about the output format or the meaning of 'active', but nothing critical is missing for calling the tool.

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

Parameters4/5

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

The tool has zero parameters, making parameter-level guidance unnecessary. The description adds value by explaining what the returned profile contains, which is the relevant semantic context for a parameterless call.

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

Purpose4/5

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

The description names a specific verb ('Get') and resource ('active Nightscout profile'), and enumerates the contained fields (ISF, ICR, basal rates, target ranges, DIA). It is clear about what the tool returns, though it does not explicitly differentiate itself from sibling tools like insulin_sensitivity_check or carb_ratio_check.

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 phrase 'Useful for understanding pump/loop settings' provides an implied use case, but there is no explicit guidance on when to choose this tool over alternatives, nor any mention of when it should not be used. The usage context is suggestive rather than directive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/adminpb/Nightscout-MCP'

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