Skip to main content
Glama

AviBase MCP Server

by kshayk

search_birds

Identify birds by scientific or common name with fuzzy or exact matching support. Retrieve results efficiently from the AviBase MCP Server to explore taxonomic and conservation data.

Instructions

Search for birds by scientific or common name with fuzzy matching support.

Input Schema

NameRequiredDescriptionDefault
exactNoWhether to use exact matching (default: false for fuzzy search)
limitNoMaximum number of results to return (default: 20)
queryYesSearch term (bird name to search for)

Input Schema (JSON Schema)

{ "properties": { "exact": { "default": false, "description": "Whether to use exact matching (default: false for fuzzy search)", "type": "boolean" }, "limit": { "default": 20, "description": "Maximum number of results to return (default: 20)", "type": "number" }, "query": { "description": "Search term (bird name to search for)", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/kshayk/avibase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server