live · Health & Education · JSON · API for agents
Search the RRM Academy research library (4,050+ 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.
{
"name": "search_rrm_library",
"kind": "read",
"impl": "imperative",
"description": "Search the RRM Academy research library (4,050+ 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.",
"inputSchema": {
"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"
]
},
"page": "/"
}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.
{
"name": "ask_rrm_academy",
"kind": "action",
"impl": "imperative",
"description": "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.",
"inputSchema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "Natural-language question.",
"minLength": 3,
"maxLength": 500
}
},
"required": [
"question"
]
},
"page": "/"
}Navigate this browser tab to a major RRM Academy section (pillar guides, library, FAQs, commentary, courses, glossary, community).
{
"name": "navigate_to_section",
"kind": "action",
"impl": "imperative",
"description": "Navigate this browser tab to a major RRM Academy section (pillar guides, library, FAQs, commentary, courses, glossary, community).",
"inputSchema": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"home",
"library",
"faqs",
"commentary",
"courses",
"community",
"donate",
"contact",
"what-is-rrm",
"naprotechnology",
"femm",
"neofertility",
"common-questions-about-rrm",
"glossary",
"art-registries-and-codes",
"pcos",
"endometriosis",
"endometritis",
"miscarriage"
],
"description": "Named site section."
}
},
"required": [
"section"
]
},
"page": "/"
}