Skip to main content
Glama

ITIS MCP Server

by knustx

explore_taxonomy

Discover taxonomic relationships by analyzing organisms at specified levels (siblings, family, order, class) based on a scientific name, using data from the Integrated Taxonomic Information System (ITIS).

Instructions

Explore taxonomic relationships by finding related organisms at different taxonomic levels.

Input Schema

NameRequiredDescriptionDefault
levelYesTaxonomic level to explore: "siblings" (same genus), "family" (same family), "order" (same order), "class" (same class)
rowsNoNumber of results to return (default: 10)
scientificNameYesScientific name to explore (e.g., "Homo sapiens")

Input Schema (JSON Schema)

{ "properties": { "level": { "description": "Taxonomic level to explore: \"siblings\" (same genus), \"family\" (same family), \"order\" (same order), \"class\" (same class)", "enum": [ "siblings", "family", "order", "class" ], "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" }, "scientificName": { "description": "Scientific name to explore (e.g., \"Homo sapiens\")", "type": "string" } }, "required": [ "scientificName", "level" ], "type": "object" }

Other Tools from ITIS MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/knustx/itis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server