Skip to main content
Glama

AviBase MCP Server

by kshayk

get_birds_by_taxonomy

Filter birds by taxonomic classification (Order, Family, or Taxon rank) using AviBase MCP Server, providing structured bird data for specific groups such as owls or hawks with customizable result limits.

Instructions

Get birds filtered by taxonomic classification (Order, Family, or taxonomic rank).

Input Schema

NameRequiredDescriptionDefault
levelYesTaxonomic level to filter by
limitNoMaximum number of results to return (default: 50)
valueYesValue to filter by (e.g., "Strigiformes" for owls, "Accipitridae" for hawks)

Input Schema (JSON Schema)

{ "properties": { "level": { "description": "Taxonomic level to filter by", "enum": [ "Order", "Family", "Taxon_rank" ], "type": "string" }, "limit": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" }, "value": { "description": "Value to filter by (e.g., \"Strigiformes\" for owls, \"Accipitridae\" for hawks)", "type": "string" } }, "required": [ "level", "value" ], "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