Skip to main content
Glama
tobiask1977

RAPT.io MCP Server

by tobiask1977

get_bonded_device_telemetry

Retrieve telemetry data for a bonded device using its UUID and optional date range to monitor fermentation metrics.

Instructions

Get telemetry data for a bonded device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoEnd date in ISO 8601 format
device_idYesUUID of the device
start_dateNoStart date in ISO 8601 format (e.g. 2024-01-01T00:00:00Z)
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It only states 'Get telemetry data' which implies a read operation but does not confirm read-only nature, mention required permissions, rate limits, or describe the return format. The description adds no context beyond the tool's name.

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 short sentence (7 words) with the verb first and no extraneous information. It is extremely concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description should provide context about return values and usage. It only says 'telemetry data' without explaining what data is returned or any time-range behavior, leaving significant gaps for a tool with three parameters.

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 has 100% description coverage for all three parameters (device_id, start_date, end_date), providing format and example details. The tool description itself does not add any parameter-related meaning, so the baseline score of 3 is appropriate.

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 clearly states the verb 'Get' and the resource 'telemetry data for a bonded device', which is specific enough to identify its function. It distinguishes from sibling tools like get_bonded_device (device info) and get_fermentation_chamber_telemetry (different resource), though it does not explicitly elaborate on what 'telemetry data' includes.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It only restates the function without mentioning prerequisites, exclusions, or why to choose it over sibling telemetry tools. This matches the 'no guidance' level.

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