biothings_get_gene_metadata
Retrieve database metadata and available fields from MyGene.info. Understand the gene annotation database structure, stats, and version without querying specific genes.
Instructions
Retrieve MyGene.info database metadata including stats and fields.
Retrieve metadata about the underlying MyGene.info gene annotation database, **NOT** information about specific genes.
**Use this tool ONLY to understand the database itself** (e.g., to discover available fields, check data versions,
or get overall statistics). It **CANNOT** be used to find or retrieve data for any particular gene.
**Returned Information:**
- `stats`: Database statistics (e.g., total number of genes)
- `fields`: Available gene annotation fields and their data types
- `index`: Information about the backend data index
- `version`: Data version information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| stats | Yes | ||
| fields | No | ||
| version | No |