portal_support
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Contact customer support with a question or issue. Creates a support ticket and returns the ticket ID and estimated response time. Requires authentication.
Parameters schema
{
"type": "object",
"title": "contact_supportArguments",
"required": [
"patient_id",
"subject",
"message"
],
"properties": {
"message": {
"type": "string",
"title": "Message",
"description": "Detailed description of the question or issue"
},
"subject": {
"type": "string",
"title": "Subject",
"description": "Support ticket subject line"
},
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries