Skip to main content
Glama

ITIS MCP Server

by knustx

autocomplete_search

Search for organisms by typing partial scientific names with autocomplete functionality. Optimizes taxonomic searches by retrieving relevant results from the ITIS database based on your input.

Instructions

Search for organisms with autocomplete functionality using partial names.

Input Schema

NameRequiredDescriptionDefault
partialNameYesPartial scientific name for autocomplete (e.g., "Homo", "Quer")
rowsNoNumber of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "partialName": { "description": "Partial scientific name for autocomplete (e.g., \"Homo\", \"Quer\")", "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" } }, "required": [ "partialName" ], "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