Skip to main content
Glama

Oura Connection Status

oura_connection_status
Read-onlyIdempotent

Verify local Oura configuration, token file, and client readiness without exposing secrets or contacting Oura servers.

Instructions

Check local Oura config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Oura or exposing secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientNogeneric
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
ready_for_oura_apiYes
clientNogeneric
nodeYes
privacy_modeYes
required_envYes
missing_envYes
redirect_uriNo
automatic_auth_supportedYes
configYes
tokenYes
oauthYes
cacheYes
client_checksNo
next_stepsYes
Behavior5/5

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

Annotations declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds context about not calling Oura and not exposing secrets, which aligns with the annotations and adds value beyond them.

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 well-structured sentence that front-loads the main action and lists all checked items, with no wasted words.

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 presence of annotations, an output schema, and the tool's simplicity as a local status check, the description covers the essential checks and non-exposure of secrets. It could be more complete by describing parameters, but it is still adequate.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate. It only hints at 'optional MCP client readiness' for the client parameter, but does not explain the enum values or response_format. This is insufficient for an agent to understand parameter effects.

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 explicitly states 'Check local Oura config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness', which is a specific verb+resource combination that clearly distinguishes this from sibling tools that interact with Oura APIs.

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?

The description implies usage for local status checks with 'without calling Oura', but does not explicitly state when to use this tool versus alternatives like oura_cache_status or oura_privacy_audit. More explicit guidance would be beneficial.

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

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