Skip to main content
Glama

ITIS MCP Server

by knustx

search_by_scientific_name

Find organisms by their scientific name in the ITIS database. Retrieve detailed taxonomic information, specify pagination, and access hierarchical data for precise results.

Instructions

Search for organisms by their scientific name in ITIS database.

Input Schema

NameRequiredDescriptionDefault
nameYesScientific name to search for (e.g., "Homo sapiens", "Quercus")
rowsNoNumber of results to return (default: 10)
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Scientific name to search for (e.g., \"Homo sapiens\", \"Quercus\")", "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" }, "start": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "name" ], "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