Skip to main content
Glama

ITIS MCP Server

by knustx

search_by_kingdom

Search for organisms classified under a specific kingdom in the ITIS database using kingdom name, with options to adjust results count and pagination.

Instructions

Search for organisms within a specific kingdom in ITIS database.

Input Schema

NameRequiredDescriptionDefault
kingdomYesKingdom name (e.g., "Animalia", "Plantae", "Fungi", "Bacteria")
rowsNoNumber of results to return (default: 10)
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "kingdom": { "description": "Kingdom name (e.g., \"Animalia\", \"Plantae\", \"Fungi\", \"Bacteria\")", "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" }, "start": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "kingdom" ], "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