← All WebMCP sites

rrmacademy.org

Health & Educationhttps://rrmacademy.orglisted as of 2026-08-01
RRM Academy: 4,053+ scholarly works, NaProTechnology-grounded courses, and clinical guidance from Dr. Naomi Whittaker, MD, on Restorative Reproductive Medicine for patients and clinicians.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 50/100 (C).

Tools

search_rrm_libraryanswerimperative
Search the RRM Academy research library (4,300+ peer-reviewed articles on restorative reproductive medicine, NaProTechnology, endometriosis excision, fertility awareness-based methods, PCOS, and reproductive endocrinology). Returns ranked results with titles, authors, year, and library URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Natural-language search query.",
      "minLength": 2,
      "maxLength": 500
    },
    "limit": {
      "type": "integer",
      "description": "Max results to return (1-20).",
      "minimum": 1,
      "maximum": 20,
      "default": 10
    }
  },
  "required": [
    "query"
  ]
}
ask_rrm_academyactimperative
Ask a natural-language question about restorative reproductive medicine. Answered by RRM Academy's conversational AI grounded in the research library. Requires authentication; anonymous callers receive a sign-in URL.
Input schema
{
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "description": "Natural-language question.",
      "minLength": 3,
      "maxLength": 500
    }
  },
  "required": [
    "question"
  ]
}
navigate_to_sectionactimperative
Navigate this browser tab to a major RRM Academy section (pillar guides, library, FAQs, commentary, courses, glossary, community).
Input schema
{
  "type": "object",
  "properties": {
    "section": {
      "type": "string",
      "enum": [
        "home",
        "library",
        "faqs",
        "commentary",
        "courses",
        "community",
        "donate",
        "contact",
        "what-is-rrm",
        "naprotechnology",
        "creighton-model",
        "femm",
        "neofertility",
        "common-questions-about-rrm",
        "glossary",
        "art-registries-and-codes",
        "pcos",
        "endometriosis",
        "endometritis",
        "isthmocele",
        "miscarriage",
        "rrm-success-rates",
        "fertility-awareness-methods-compared",
        "fertility-preserving-surgery",
        "billings-ovulation-method",
        "marquette-model",
        "twoday-method",
        "boston-cross-check",
        "sympto-thermal-method",
        "rrm-care-team"
      ],
      "description": "Named site section."
    }
  },
  "required": [
    "section"
  ]
}
Listings are sourced from public community registries and shown as reported.