Back to catalog
Cortexa research tool·biomedical·gtdb
GTDB Get Species
Get detailed information about a GTDB species cluster, including all genomes assigned to that species. A GTDB species cluster groups genomes by average nucleotide identity (ANI). Returns the full list of genomes with their accessions, NCBI organism names, NCBI taxonomy, and whether they are the GTDB species representative or NCBI type material. Useful for exploring species diversity, finding representative genomes, and comparing GTDB vs NCBI classifications.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_genomes": {
"description": "Maximum number of genomes to return (default: 20). Species clusters can have thousands of genomes.",
"type": "integer"
},
"operation": {
"description": "Operation type (fixed: get_species)",
"enum": [
"get_species"
],
"type": "string"
},
"species": {
"description": "Species name WITHOUT the s__ prefix (e.g., 'Escherichia coli', 'Hydrogenothermus marinus', 'Bacillus subtilis')",
"type": "string"
}
},
"required": [
"operation",
"species"
],
"type": "object"
}Examples (1)
Default GTDB Get Species call
public-safeinput
{
"max_genomes": 1,
"operation": "",
"species": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GTDB_get_species
- Tool name
- GTDB_get_species
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse