General
tooluniverse-rare-disease-diagnosis - Claude MCP Skill
Provide differential diagnosis for patients with suspected rare diseases based on phenotype and genetic data. Matches symptoms to HPO terms, identifies candidate diseases from Orphanet/OMIM, prioritizes genes for testing, interprets variants of uncertain significance. Use when clinician asks about rare disease diagnosis, unexplained phenotypes, or genetic testing interpretation.
SEO Guide: Enhance your AI agent with the tooluniverse-rare-disease-diagnosis tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to provide differential diagnosis for patients with suspected rare diseases based on phenotype and gene... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Rare Disease Diagnosis Advisor Systematic diagnosis support for rare diseases using phenotype matching, gene panel prioritization, and variant interpretation across Orphanet, OMIM, HPO, ClinVar, and structure-based analysis. **KEY PRINCIPLES**: 1. **Report-first** - Create report file FIRST, update progressively 2. **Phenotype-driven** - Convert symptoms to HPO terms before searching 3. **Multi-database triangulation** - Cross-reference Orphanet, OMIM, OpenTargets 4. **Evidence grading** - Grade diagnoses by supporting evidence strength 5. **English-first queries** - Always use English terms in tool calls ## LOOK UP, DON'T GUESS When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory. --- ## COMPUTE, DON'T DESCRIBE When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do β execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it. ## Clinical Reasoning Framework (BEFORE Tools) Apply these strategies to form a 3-5 candidate differential, then use tools to confirm/refute: 1. **Multi-system involvement** - Symptoms spanning 2+ organ systems = strongest rare disease signal. Ask: what single pathway explains ALL features? 2. **Regression question** - Losing abilities vs never acquired? Regression = neurodegenerative/metabolic storage. Stable = developmental/structural. 3. **Trigger question** - Episodic/triggered (fasting, illness, exercise) = metabolic disorder (often treatable). Constitutive = structural/degenerative. 4. **Rarest feature first** - Build differential from most specific finding, not most prominent. Check remaining features for consistency. 5. **Treatable-first** - Move treatable conditions to top for urgent workup (enzyme replacement, dietary, chelation, vitamin-responsive). 6. **Occupational/environmental exposure** - Latency up to 50 years. Asbestos/silica/heavy metals/solvents/farming. Always ask about PAST jobs. 7. **Autoimmune differential** - Which joints? Symmetric? Extra-articular? Serologic pattern? Organ under attack? 8. **Rare syndrome signals** - Named triads, common diagnoses failing to explain ALL findings, failed standard treatment, unusual lab findings. 9. **Tools verify, not generate** - Form hypothesis first, then use databases to confirm. **Common pitfalls**: Felty's (RA+splenomegaly+neutropenia) mimics infection; SLE nephritis mimics PSGN (check ASO); occupational exposures trigger autoimmunity (silicaβscleroderma/RA/SLE). --- ## Tool Parameter Corrections | Tool | WRONG | CORRECT | |------|-------|---------| | `OpenTargets_get_associated_drugs_by_target_ensemblID` | `ensemblID` | `ensemblId` | | `ClinVar_get_variant_details` | `variant_id` | `id` | | `MyGene_query_genes` | `gene` | `q` | | `gnomad_get_variant` | `variant` | `variant_id` | --- ## Workflow ``` Phase 0: Clinical Reasoning β 3-5 candidate differential Phase 1: Phenotype β HPO terms (HPO_search_terms), core vs variable, onset, family history Phase 2: Disease Matching β Orphanet_search_diseases, OMIM_search, DisGeNET_search_gene Phase 3: Gene Panel β ClinGen validation, GTEx expression, prioritization scoring Phase 3.5: Expression Context β CELLxGENE, ChIPAtlas for tissue/cell-type confirmation Phase 3.6: Pathway Analysis β KEGG, IntAct for convergent pathways Phase 4: Variant Interpretation β ClinVar, gnomAD frequency, CADD/AlphaMissense/EVE/SpliceAI, ACMG criteria Phase 5: Structure Analysis β AlphaFold2, InterPro domains (for VUS) Phase 6: Literature β PubMed, BioRxiv/MedRxiv, OpenAlex Phase 7: Report Synthesis β Prioritized differential with next steps ``` ### Key Phase Details **Phase 2 - Disease Matching**: `Orphanet_search_diseases(operation="search_diseases", query=keyword)` then `Orphanet_get_genes(operation="get_genes", orpha_code=code)`. Score overlap: Excellent >80%, Good 60-80%, Possible 40-60%. **Phase 3 - Gene Panel**: ClinGen classification drives inclusion (Definitive/Strong/Moderate = include; Limited = flag; Disputed/Refuted = exclude). Scoring: Tier 1 (top disease gene +5), Tier 2 (multi-disease +3), Tier 3 (ClinGen Definitive +3), Tier 4 (tissue expression +2), Tier 5 (pLI >0.9 +1). **Phase 4 - Variants**: gnomAD frequency classes: ultra-rare <0.00001, rare <0.0001, low-freq <0.01. ACMG: PVS1 (null), PS1 (same AA), PM2 (absent pop), PP3 (computational), BA1 (>5% AF). 2+ concordant predictors strengthen PP3. --- ## Evidence Grading | Tier | Criteria | |------|----------| | **T1** (High) | Phenotype match >80% + gene match | | **T2** (Medium-High) | Phenotype match 60-80% OR likely pathogenic variant | | **T3** (Medium) | Phenotype match 40-60% OR VUS in candidate gene | | **T4** (Low) | Phenotype <40% OR uncertain gene | --- ## Fallback Chains | Primary | Fallback 1 | Fallback 2 | |---------|------------|------------| | `get_joint_associated_diseases_by_HPO_ID_list` | `Orphanet_search_diseases` | PubMed phenotype search | | `ClinVar_get_variant_details` | `gnomad_get_variant` | VEP annotation | | `GTEx_get_expression_summary` | `HPA_search_genes_by_query` | Tissue-specific literature | --- ## Reference Files - [DIAGNOSTIC_WORKFLOW.md](DIAGNOSTIC_WORKFLOW.md) - Code examples and algorithms per phase - [REPORT_TEMPLATE.md](REPORT_TEMPLATE.md) - Report template and examples - [CHECKLIST.md](CHECKLIST.md) - Interactive completeness checklist - `scripts/clinical_patterns.py` - Clinical pattern lookup (syndromes, differentials, red flags, occupational exposures)
Signals
Information
- Repository
- mims-harvard/ToolUniverse
- Author
- mims-harvard
- Last Sync
- 5/10/2026
- Repo Updated
- 5/10/2026
- Created
- 2/8/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
fastmcp-client-cli
Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.
open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring/observability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API/SDK usage or pricing β use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands β use the browser-use skill instead.
cloud
Documentation reference for using Browser Use Cloud β the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) β use the open-source skill instead.
Related Guides
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.