Skip to main content
Glama

Oura MCP Server

by tomekkorbak

get_resilience_data

Retrieve resilience data for a specified date range using ISO format (YYYY-MM-DD). Input start and end dates to generate a dictionary of resilience metrics for analysis and insights.

Instructions

Get resilience data for a specific date range. Args: start_date: Start date in ISO format (YYYY-MM-DD) end_date: End date in ISO format (YYYY-MM-DD) Returns: Dictionary containing resilience data

Input Schema

NameRequiredDescriptionDefault
end_dateYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date", "end_date" ], "title": "get_resilience_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from Oura MCP Server

Related Tools

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

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