Skip to main content
Glama

Oura API GET

oura_api_get
Read-onlyIdempotent

Fetch data from Oura Ring API v2 endpoints. Supports pagination and date parameters for daily or time-series data.

Instructions

Generic GET to Oura Ring API v2. Use oura_api_list_paths to see endpoints. Pagination via max_pages or pass next_token in params.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath starting with /v2/, e.g. "/v2/usercollection/daily_sleep"
paramsNoQuery params. Daily endpoints: start_date/end_date (YYYY-MM-DD). Time-series: start_datetime/end_datetime (ISO 8601). Pass next_token to continue.
max_pagesNoAuto-follow next_token up to N pages (default 1).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesConcatenated data array (or single object) from Oura
statusYesHTTP status of the last fetched page
has_moreYesTrue if more pages exist beyond fetched
next_tokenYesCursor for next page or null
pages_fetchedYesNumber of pages fetched
Behavior3/5

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

Annotations already declare readOnlyHint, so the description's mention of pagination adds some value. It doesn't disclose error handling or rate limits, but with annotations, the behavioral disclosure is moderate.

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?

Two sentences, no wasted words, front-loaded purpose. Highly concise and well-structured.

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?

Given the output schema and annotations, the description adequately covers the tool's role, including pagination and endpoint discovery. It is complete enough for a generic GET tool, though it could mention auth prerequisites briefly.

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?

Schema coverage is 100% with descriptions for all parameters. The description reinforces pagination via max_pages or next_token, which is already in schema, adding minimal new semantic meaning.

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 it's a generic GET to Oura Ring API v2, and references oura_api_list_paths for endpoint discovery, distinguishing it from auth tools. However, it doesn't fully specify which data it retrieves beyond being generic.

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?

It mentions using oura_api_list_paths to see endpoints and pagination options, but lacks explicit when-to-use vs alternatives or exclusions. The usage context is implied but not fully articulated.

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

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