Card snapshot
rrmacademy.org
·
2026-06-08 07:51:58 UTC
·
19f1bed841255b28871ac573920dc111b122c122500ba8c8aa361e9d64733b31
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "rrmacademy",
"description": "RRM Academy is a nonprofit education platform for restorative reproductive medicine. The research library indexes thousands of peer-reviewed articles. Dr. Naomi Whittaker, MD, leads instruction. The MCP server at mcp.rrmacademy.org gives agents direct library access.",
"url": "https://rrmacademy.org",
"version": "1.1.0",
"provider": {
"organization": "RRM Academy",
"url": "https://rrmacademy.org"
},
"documentationUrl": "https://rrmacademy.org/connect/",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"text/markdown"
],
"skills": [
{
"id": "library-search",
"name": "Research library search",
"description": "Search thousands of peer-reviewed, physician-curated articles on restorative reproductive medicine, NaProTechnology, FABMs, endometriosis, PCOS, infertility, and miscarriage. Available via the MCP server at mcp.rrmacademy.org (search tool), the machine-readable corpus at /library-feed.jsonl, or /library/ on the web.",
"tags": [
"research",
"medical-literature",
"rrm",
"citations"
],
"examples": [
"Find studies on NaProTechnology live birth rates",
"What does the evidence say about excision surgery for endometriosis?"
]
},
{
"id": "glossary-lookup",
"name": "RRM glossary lookup",
"description": "Definitions for hundreds of restorative reproductive medicine terms, written and reviewed by a board-certified OBGYN. Full text at /glossary/ and /glossary.md; also served by the MCP server.",
"tags": [
"glossary",
"definitions",
"medical-terminology"
],
"examples": [
"Define luteal phase deficiency",
"What is the Creighton Model?"
]
},
{
"id": "faq-retrieval",
"name": "Patient FAQ retrieval",
"description": "Clinician-reviewed answers to common patient questions about RRM, fertility, and cycle health. Each FAQ has an HTML page (/faqs/<slug>/) and a markdown twin (/faqs/<slug>.md). Full corpus inside /llms-full.txt.",
"tags": [
"faq",
"patient-education"
],
"examples": [
"Can endometriosis be treated without suppressing ovulation?"
]
},
{
"id": "ask",
"name": "Ask RRM Academy",
"description": "Natural-language question answering over the research corpus with citations, for signed-in users at /ask/. Account signup is self-service and free; see /auth.md for the agent registration flow.",
"tags": [
"qa",
"rag",
"authenticated"
],
"examples": [
"What restorative options exist for recurrent miscarriage?"
]
},
{
"id": "citation-export",
"name": "Citation export",
"description": "Per-article APA, Vancouver, and MLA citations on every library page, plus schema.org MedicalScholarlyArticle JSON-LD and the bulk feed at /library-feed.jsonl.",
"tags": [
"citations",
"structured-data",
"schema-org"
],
"examples": [
"Give me the APA citation for the Stanford 2008 NaProTechnology cohort study"
]
}
],
"contact": {
"email": "administrator@rrmacademy.org"
},
"surfaces": {
"llms": "https://rrmacademy.org/llms.txt",
"llms_full": "https://rrmacademy.org/llms-full.txt",
"agents_md": "https://rrmacademy.org/agents.md"
},
"updated_at": "2026-06-06",
"x-protocols-note": "Interactive tool access is served over MCP at https://mcp.rrmacademy.org. No A2A JSON-RPC endpoint is currently exposed; this card uses the A2A AgentCard schema for discoverability and skill enumeration."
}