Gene¶
Use gene commands to retrieve canonical metadata and targeted biological context.
What the gene guide covers¶
- symbol-based retrieval,
- lightweight search,
- section expansion,
- JSON output for downstream systems.
Search genes¶
Start with search when you are unsure of symbol spelling or aliases.
Useful fields in search output typically include symbol, Entrez ID, and species.
Get a gene record¶
The default gene view is concise and intended for orientation.
Request deeper sections¶
BioMCP expands detail via positional sections.
Pathway view:
Disease associations:
Ontology terms:
Protein summary:
GO terms and interactions:
CIViC evidence summary:
Multiple sections can be chained:
Gene helper commands¶
Common workflows¶
Clinical trial pivot¶
Literature pivot¶
Variant pivot¶
JSON mode¶
Use JSON for pipelines or agent post-processing.
Error handling expectations¶
If a section name is unsupported, BioMCP returns an explicit unknown-section message with hints about valid section names.
Practical tips¶
- Keep section requests narrow for better focus.
- Start with one section, then add another only if needed.
- Use
searchfirst when symbol ambiguity is possible.