get_hierarchy
Retrieve the full taxonomic hierarchy for a specific Taxonomic Serial Number (TSN) using the ITIS MCP Server, enabling detailed classification and navigation of species relationships.
Instructions
Get the complete taxonomic hierarchy for a given TSN.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tsn | Yes | Taxonomic Serial Number (TSN) to get hierarchy for |
Input Schema (JSON Schema)
{
"properties": {
"tsn": {
"description": "Taxonomic Serial Number (TSN) to get hierarchy for",
"type": "string"
}
},
"required": [
"tsn"
],
"type": "object"
}