Skip to main content
Glama

ITIS MCP Server

by knustx

search_by_rank

Search the ITIS database for organisms by taxonomic rank, such as species or genus, and retrieve results with customizable pagination and row limits.

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" }
Install Server

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