Skip to main content
Glama
josuhr

oura-mcp-server-enhanced

by josuhr

get_heart_rate

Retrieve heart rate data at 5-minute intervals for a specified time range. Use start and end datetime to access granular measurements throughout day and night.

Instructions

Get heart rate data at 5-minute intervals throughout the day and night.

Args:
    start_datetime: Start datetime in YYYY-MM-DDTHH:MM:SS format. Defaults to ~24 hours ago.
    end_datetime: End datetime in YYYY-MM-DDTHH:MM:SS format. Defaults to now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_datetimeNo
start_datetimeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. Mentions '5-minute intervals' but does not disclose read-only nature, authentication, rate limits, or behavior for empty data. Adequate for a simple read tool.

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?

One-line purpose followed by structured Args section. Every sentence adds value; no fluff or repetition. Front-loaded with key information.

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?

Output schema exists, so return values not needed. Covers time range and interval. Missing timezone handling and units (e.g., bpm), but minor. Sufficient for a simple data retrieval tool.

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 coverage 0% with only types and null defaults. Description adds datetime format 'YYYY-MM-DDTHH:MM:SS' and default values (start ~24h ago, end now). Fully compensates for 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?

Description clearly states verb 'Get', resource 'heart rate data', and specificity '5-minute intervals throughout the day and night.' Differentiates from siblings like get_daily_activity which are daily summaries.

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?

Provides parameter defaults and format for start/end datetimes but does not explicitly state when to use this tool over alternatives (e.g., get_daily_activity). No when-not or alternative mentions; implied by granularity.

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/josuhr/oura-mcp-server-enhanced'

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