get_karyotype
Retrieve chromosome details and karyotype data for specified species using Ensembl MCP Server. Simplify genomic analysis by accessing structured chromosomal information.
Instructions
Get chromosome information and karyotype
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| species | No | Species name (default: homo_sapiens) |
Input Schema (JSON Schema)
{
"properties": {
"species": {
"description": "Species name (default: homo_sapiens)",
"type": "string"
}
},
"required": [],
"type": "object"
}