Skip to main content
Glama

ITIS MCP Server

by knustx

search_by_rank

Search the ITIS database to retrieve organisms filtered by taxonomic rank, such as species, genus, family, or kingdom. Specify rank and optionally set pagination for precise results.

Instructions

Search for organisms by their taxonomic rank in ITIS database.

Input Schema

NameRequiredDescriptionDefault
rankYesTaxonomic rank (e.g., "Species", "Genus", "Family", "Order", "Class", "Phylum", "Kingdom")
rowsNoNumber of results to return (default: 10)
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "rank": { "description": "Taxonomic rank (e.g., \"Species\", \"Genus\", \"Family\", \"Order\", \"Class\", \"Phylum\", \"Kingdom\")", "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" }, "start": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "rank" ], "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