You're viewing a demo portfolio

Join the waitlist
PRSM

medications_details

Active

Tool of Chia Health MCP Server

declared in 1.26.0

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')"
    }
  }
}

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 →