You're viewing a demo portfolio

Join the waitlist
PRSM

portal_message

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Send a message to the patient's healthcare provider. Returns sent confirmation and estimated response time. Urgent messages (containing keywords like 'emergency', 'chest pain', 'difficulty breathing') are flagged for priority response. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "message_providerArguments",
  "required": [
    "patient_id",
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "title": "Message",
      "description": "Message text to send to the healthcare provider"
    },
    "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 →