{"openapi":"3.0.3","info":{"title":"Gnist Context — Health Research","description":"Unified health research across ClinicalTrials.gov, OpenFDA drug safety, and WHO Global Health Observatory — trials, adverse events, and global health indicators.\n\n- **MCP endpoint:** `https://context.gnist.ai/mcp/health-research/`\n- **Toolkit page:** `/toolkits/health-research`\n- **Full API spec:** `/api/openapi.json`\n- **Get an API key:** `/signup`","version":"1.0.0","contact":{"name":"GnistAI","url":"https://gnist.ai"}},"servers":[{"url":"https://context.gnist.ai","description":"Production"}],"paths":{"/rest/health-research/search_health_data":{"post":{"tags":["Science"],"summary":"search_health_data","description":"Search across clinical trials, drug safety, biomedical literature, drug interactions, and global health indicators.\n\nQueries five health data sources in parallel:\n- ClinicalTrials.gov — active and completed clinical trials worldwide\n- OpenFDA — drug adverse events and drug label information\n- WHO GHO — global health indicators (mortality, disease burden, risk factors)\n- PubMed — biomedical research articles and citations (36M+ records)\n- Interaksjoner.no — Norwegian drug interaction severity checks\n\nReturns clinical trials, adverse events, drug labels, health indicators,\nPubMed literature, and drug interaction data for the given topic.\n\nExamples:\n    search_health_data(query=\"aspirin\")\n    search_health_data(query=\"diabetes\", limit=5)\n    search_health_data(query=\"COVID-19 vaccine\")","operationId":"health_research_search_health_data","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"query":{"description":"Health topic, drug name, condition, or disease to search.","type":"string"},"limit":{"default":10,"description":"Max results per source.","type":"integer"}},"required":["query"],"type":"object"}}}}}},"/rest/health-research/list_health_sources":{"post":{"tags":["Science"],"summary":"list_health_sources","description":"List all health research data sources, their coverage, and data types.\n\nShows which clinical trial registries, drug safety databases, and global\nhealth observatories are searched during a health research query.\n\nExamples:\n    list_health_sources()","operationId":"health_research_list_health_sources","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}]}},"/rest/health-research/report_feedback":{"post":{"tags":["Science"],"summary":"report_feedback","description":"Report a bug, feature request, or general feedback for this data source.\n\nUse this when something doesn't work as expected, when you'd like\na new feature, or when you have suggestions for improvement.\n\nArgs:\n    feedback: Describe the issue or suggestion.\n    feedback_type: One of 'bug', 'feature_request', or 'general'.","operationId":"health_research_report_feedback","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"feedback":{"type":"string"},"feedback_type":{"default":"general","type":"string"}},"required":["feedback"],"type":"object"}}}}}}},"tags":[{"name":"Science","description":"Data sources: Science"}],"components":{"securitySchemes":{"ApiKeyHeader":{"type":"apiKey","in":"header","name":"gnist-api-key","description":"API key passed via request header."},"ApiKeyQuery":{"type":"apiKey","in":"query","name":"gnist_api_key","description":"API key passed via query parameter."}}}}