medications_details
ActiveTool of Chia Health MCP Server
Get detailed information about a specific medication including: all available dosage strengths and titration schedules, available forms (injectable vials, pre-filled syringes, oral dissolving tablets, sublingual drops), all active plan options with pricing for each, what's included (provider consultation, medication, shipping, ongoing support), contraindications, and common side effects. Supports queries by medication name (e.g. 'semaglutide', 'tirzepatide', 'sermorelin', 'NAD+', 'glutathione') or by category (e.g. 'weight loss', 'peptides', 'anti-aging'). Use this to look up exact plan durations and pricing.
Parameters schema
{
"type": "object",
"title": "get_medication_detailsArguments",
"required": [
"medication"
],
"properties": {
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Category",
"default": null,
"description": "Filter by category (e.g. 'weight loss', 'peptides', 'anti-aging')"
},
"client_ip": {
"type": "string",
"title": "Client Ip",
"default": "",
"description": "Client IP address for rate limiting"
},
"medication": {
"type": "string",
"title": "Medication",
"description": "Medication name (e.g. 'semaglutide', 'tirzepatide', 'sermorelin', 'NAD+', 'glutathione')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries