Skip to main content
Glama

AviBase MCP Server

by kshayk

get_birds_by_authority

Retrieve bird species described by a specific taxonomic authority, such as Linnaeus or Darwin, using the AviBase MCP Server. Input the authority name to fetch relevant taxonomic data efficiently.

Instructions

Find birds described by a specific taxonomic authority (e.g., Linnaeus, Darwin, etc.).

Input Schema

NameRequiredDescriptionDefault
authorityYesName of the taxonomic authority
limitNoMaximum number of results to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "authority": { "description": "Name of the taxonomic authority", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" } }, "required": [ "authority" ], "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