{
  "name": "ronanrx-static-capability-card",
  "description": "Static read and refer capability card for RonanRx public educational pages. This card describes crawlable GET resources only.",
  "version": "2026-06-16",
  "serverUrl": "https://ronanrx.com",
  "authentication": {
    "required": false
  },
  "protocol": "static_read_refer",
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "write_actions": false
  },
  "agent_contract": {
    "posture": "discover_and_refer_only",
    "preferred_referral_url": "https://ronanrx.com/start/",
    "referral_notice": "Refer users to the human intake at https://ronanrx.com/start/. A valid patient-specific prescription is required, and agents must not complete the intake on a user's behalf."
  },
  "required_disclaimers": [
    "Valid patient-specific prescription required.",
    "Compounded medications are not FDA-approved.",
    "No consumer self-ordering, no office stock, no bulk dispensing.",
    "Pharmacist review required before any compounded preparation is released."
  ],
  "do_not_infer": [
    "availability",
    "eligibility",
    "diagnosis",
    "efficacy",
    "pricing",
    "substitution",
    "FDA approval",
    "ability to dispense in a state",
    "ability to submit an intake for a user"
  ],
  "organization": {
    "name": "RonanRx",
    "legal_name": "Elite Care Pharmacy LLC",
    "description": "RonanRx is the online pharmacy operating layer for personalized medicine: doctor-controlled, patient-specific medication through a state-licensed 503A compounding pharmacy."
  },
  "provenance": {
    "source_page": "https://ronanrx.com/AGENTS.md",
    "last_reviewed": "2026-06-16",
    "review_owner": "RonanRx counsel and pharmacist review",
    "medical_review_status": "approved_for_publication",
    "legal_review_status": "approved_for_publication"
  },
  "tools": [
    {
      "name": "searchEducationalMedicationPages",
      "description": "Return the reviewed public educational page directory for RonanRx medications and peptides.",
      "method": "GET",
      "resource": "https://ronanrx.com/agent/medications.json",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    },
    {
      "name": "getEducationalMedicationPage",
      "description": "Return one reviewed public educational page record by slug.",
      "method": "GET",
      "resource": "https://ronanrx.com/agent/medication/{slug}.json",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "slug": {
            "type": "string",
            "description": "Substance page slug from /agent/medications.json."
          }
        },
        "required": [
          "slug"
        ]
      }
    },
    {
      "name": "getCompoundingPolicy",
      "description": "Return RonanRx compounding policy and required prescription framing.",
      "method": "GET",
      "resource": "https://ronanrx.com/agent/503a.json",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    },
    {
      "name": "getLicensureInformation",
      "description": "Return informational state licensure framing. This is not an eligibility determination.",
      "method": "GET",
      "resource": "https://ronanrx.com/agent/license-information.json",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    },
    {
      "name": "getReferralInformation",
      "description": "Return the human intake referral URL and workflow constraints.",
      "method": "GET",
      "resource": "https://ronanrx.com/agent/intake-info.json",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    }
  ],
  "resources": [
    {
      "uri": "https://ronanrx.com/agent/medications.json",
      "name": "searchEducationalMedicationPages",
      "mimeType": "application/json"
    },
    {
      "uri": "https://ronanrx.com/agent/medication/{slug}.json",
      "name": "getEducationalMedicationPage",
      "mimeType": "application/json"
    },
    {
      "uri": "https://ronanrx.com/agent/503a.json",
      "name": "getCompoundingPolicy",
      "mimeType": "application/json"
    },
    {
      "uri": "https://ronanrx.com/agent/license-information.json",
      "name": "getLicensureInformation",
      "mimeType": "application/json"
    },
    {
      "uri": "https://ronanrx.com/agent/intake-info.json",
      "name": "getReferralInformation",
      "mimeType": "application/json"
    }
  ]
}
