Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt

Use this file to discover all available pages before exploring further.

Resources Overview

MCP resources are data sources that AI agents can read to understand user context and health information.

List Available Resources

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "resources/list"
}
Response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "resources": [
      {
        "uri": "mirobody://user/{user_id}/profile",
        "name": "User Profile",
        "description": "User profile and connected providers",
        "mimeType": "application/json"
      }
    ]
  }
}

Available Resources

URI: mirobody://user/{user_id}/profileContains user information and connected provider status.
URI: mirobody://user/{user_id}/health/{data_type}Access specific health data types for a user.
URI: mirobody://providersInformation about all available providers.