You're viewing a demo portfolio

Join the waitlist
PRSM

portal_log_side_effects

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Log side effects a patient is experiencing. If severity is 'severe', the case is auto-flagged for immediate provider review and returns urgent guidance. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "log_side_effectsArguments",
  "required": [
    "patient_id",
    "effects",
    "severity"
  ],
  "properties": {
    "effects": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "Effects",
      "description": "List of side effects being experienced (e.g. ['nausea', 'headache'])"
    },
    "severity": {
      "type": "string",
      "title": "Severity",
      "description": "Severity level: 'mild', 'moderate', or 'severe'"
    },
    "patient_id": {
      "type": "string",
      "title": "Patient Id",
      "description": "Patient ID"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →