Skip to main content
Glama
tobiask1977

RAPT.io MCP Server

by tobiask1977

get_hydrometer_telemetry

Retrieve historical telemetry from a RaptPill hydrometer, including gravity, temperature, and battery readings over a specified time range.

Instructions

Get historical telemetry data for a RaptPill hydrometer. Returns timestamped gravity, temperature, and battery readings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoEnd date in ISO 8601 format
start_dateNoStart date in ISO 8601 format (e.g. 2024-01-01T00:00:00Z)
hydrometer_idYesUUID of the hydrometer/RaptPill
profile_session_idNoOptional UUID of a specific profile session to filter by
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns timestamped readings and is historical in nature, but it doesn't mention behavior such as default date ranges, potential pagination, or explicitly confirm it's a read-only operation (though 'Get' strongly implies this). Given the lack of annotations, a bit more behavioral context would be beneficial.

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 a single, well-structured sentence that front-loads the core purpose ('Get historical telemetry data') and then adds specific return content. Every word earns its place, with no wasted or redundant phrasing.

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 straightforward read-only telemetry tool, the description and schema together provide a solid picture. The lack of an output schema is mitigated by the explicit mention of gravity, temperature, and battery readings. However, it would be more complete if it noted behavior like what happens when no dates are supplied or how the profile_session_id filter works, but these are minor gaps given the tool's simplicity.

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?

The input schema already describes all parameters with 100% coverage, so the baseline is 3. The description does not add extra meaning to the parameters (e.g., how start_date/end_date interact, or what profile_session_id filters by), but it also doesn't need to since the schema descriptions are adequate.

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 specifies the action ('Get historical telemetry data'), the target resource ('a RaptPill hydrometer'), and the exact data returned ('timestamped gravity, temperature, and battery readings'). This distinguishes it from sibling tools like get_hydrometer (likely current state) and get_fermentation_chamber_telemetry, making its purpose unambiguous.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: whenever historical telemetry from a hydrometer is needed. It doesn't explicitly contrast with alternatives (e.g., 'use this instead of get_hydrometer for historical data'), but the context is clear enough that an agent can infer its role relative to sibling tools.

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/tobiask1977/raptio-mcp'

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