Skip to main content
Glama
rollecode

Oura MCP server

by rollecode

oura_ring

Read-onlyIdempotent

Retrieve paired ring details (model, color, size, firmware) and battery level readings for a specified time window, defaulting to the last 24 hours.

Instructions

Get every ring ever paired to the account (model, color, size, firmware) plus battery level readings for a time window (defaults to the last 24 hours).

Args: start_datetime: ISO 8601, defaults to 24 hours ago. end_datetime: ISO 8601, defaults to now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_datetimeNo
start_datetimeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already define readOnlyHint, idempotentHint, and destructiveHint as safe. The description adds that the tool returns all rings and battery readings, and specifies the datetime defaults. It does not contradict annotations and provides useful output details beyond what annotations cover, such as the exact fields returned.

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 crisp lines: a one-sentence overview and a brief 'Args' list. No filler or redundancy. The core purpose is front-loaded, and the parameter details are clear and minimal, following standard docstring structure.

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

Completeness5/5

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

For a read-only, idempotent tool with no required parameters and an output schema (not shown but present), the description covers the essential purpose and parameter behavior. It explains the purpose, time window defaults, and what data is returned. An agent can call it correctly without additional information.

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

Parameters5/5

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

Schema descriptions cover 0% of parameters, so the description must fully explain them. It does so by defining both start_datetime and end_datetime as ISO 8601 with defaults (24 hours ago and now). This gives agents everything needed to construct valid arguments, compensating entirely for the missing schema descriptions.

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 states the tool retrieves ring hardware details (model, color, size, firmware) and battery readings for a time window. The specific verb 'Get' and resource 'every ring ever paired' make it unambiguous and distinct from siblings like oura_sleep or oura_activity, which focus on health metrics.

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 implies usage context: when you need ring hardware info or battery data. It provides defaults for the time window, which indicates usage. However, it does not explicitly mention alternatives or when not to use it. Since the tool is uniquely about the ring itself, usage is easily inferred, but a direct comparison to siblings would elevate it to 5.

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

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/rollecode/oura-mcp'

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