You're viewing a demo portfolio

Join the waitlist
PRSM

intake_status

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Check the current status of a previously submitted intake questionnaire. Returns whether the intake is under review, approved, or denied by a licensed healthcare provider. Use this to poll for provider review completion before proceeding to order placement. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "get_intake_statusArguments",
  "required": [
    "intake_id"
  ],
  "properties": {
    "intake_id": {
      "type": "string",
      "title": "Intake Id",
      "description": "Intake ID returned from intake_submit"
    },
    "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 →
intake_status — Chia Health MCP Server — PRSM MCP