Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OURA_PATNoYour Oura Personal Access Token
OURA_PAT_FILENoPath to a file containing your Oura Personal Access Token (mode 600 recommended)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
oura_collectionsA

The 19 Oura collections, what each one carries and which parameters it takes.

Use it before oura_query if you are unsure of the exact name.

oura_queryA

Fetches a COMPLETE Oura collection over the requested range.

Follows pagination to the end: Oura returns next_token and whoever doesn't chase it receives the first page with nothing saying so. One local day of heartrate is 1,231 samples across 2 pages; a month, ~37,000.

The range is INCLUSIVE on both ends: equal start and end return that day. Oura does not behave that way — some collections exclude the last day and others don't, and workout is skewed to UTC — but that is corrected here.

Date-range collections use YYYY-MM-DD. heartrate and ring_battery_level use ISO 8601 with time. personal_info and ring_configuration take no range.

oura_checkA

Self-check: is there a credential, and does Oura respond? Exposing nothing.

Returns neither the token nor any health value. It reports the token's LENGTH, never the token: diagnostic messages are the ones most often copied into chats and issues.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Oura collection catalogThe 19 collections, what each carries and which parameters it takes. Static: no network, no credentials, no health data.

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

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