| Specific variant pathogenicity or clinical-evidence question | biomcp get variant "<variant>" | Use the bounded variant-pathogenicity workflow instead of mixing ad hoc variant, trial, and article commands |
| Specific drug safety or adverse-event question | biomcp drug adverse-events <name> and biomcp get drug <name> safety | Start with the drug-safety workflow before widening to literature |
| Drug interaction question for a known medication | biomcp drug interactions <name> or biomcp get drug <name> interactions | Start with the DDInter-backed helper when the anchor drug is known, then widen to safety or literature only for nuance |
| Drug approval, licensing, or regulatory-date question | biomcp get drug <name> regulatory | Use the structured-first workflow discipline: check get drug ... regulatory before falling back to articles for approval facts |
| Broad gene-in-disease orientation | biomcp search all --gene <gene> --disease "<disease>" | Follow the shipped counts-first workflow for gene, drug, trial, and article pivots |
| Gene-disease association for a known gene | biomcp get gene <symbol> diseases | Check get gene ... diseases and search variant --gene ... for the full disease spectrum before searching articles |
| Gene localization or protein-function question | biomcp get gene <symbol> protein and biomcp get gene <symbol> hpa | Pull get gene ... protein and get gene ... hpa first because UniProt and HPA usually answer localization or function directly |
| Diagnostic-test inventory or detail question | biomcp list diagnostic and biomcp get diagnostic GTR000006692.3 | Inspect the shipped diagnostic filters and sections first; use gene/disease diagnostic pivots or search diagnostic to get source-native IDs before get diagnostic detail |
| You know the concept but not the first entity to inspect | biomcp search all --keyword "<concept>" | Use search all to choose the next typed command intentionally |
| "Most common" or prevalence question about a disease | biomcp discover "<disease>" | Use biomcp discover to resolve the canonical disease entity, then inspect structured disease data before widening to article search |
| You already know the anchor entity and want the built-in related view | Use the matching helper such as biomcp gene articles <symbol>, biomcp drug interactions <name>, biomcp drug trials <name>, or biomcp disease trials "<disease>" | Move from a known gene, disease, drug, or variant into trials, articles, drugs, pathways, or interaction review without rebuilding the query |
| You need literature for a known gene, disease, drug, method, or outcome | biomcp search article -k "<query>" --type review --limit 5 | Translate the question into typed flags plus a focused keyword clause |
| You need recruiting or completed trials for a disease, drug, or biomarker | biomcp search trial -c "<condition>" --limit 5 | Start with condition and intervention filters, then add biomarker or geography only when needed |
| You need to resolve or annotate a variant identifier | biomcp get variant "<variant>" | Normalize the variant first, then add significance or frequency filters |
| You need a functional-effect prediction for a variant | biomcp get variant "<variant>" predict | Use predict only after you have a resolvable variant identifier |
| You need to reproduce a paper-style workflow | Map the paper task to the closest BioMCP entity command, then use biomcp article batch <pmid1> <pmid2> ... for shortlisted papers | Map the paper task to the closest BioMCP workflow area before copying commands |
| You need to review whether a workflow run is complete and trustworthy | Check command fidelity, evidence traceability, and reproducibility against the commands already run | Check command fidelity, evidence traceability, and reproducibility before signing off |