Skip to main content
Glama

AviBase MCP Server

by kshayk

execute_jsonata_query

Process JSON data using JSONata queries to analyze and transform complex datasets, such as bird taxonomy, conservation status, and geographic distribution from AviBase.

Instructions

Execute a raw JSONata query for advanced data analysis and transformation. JSONata is a powerful query language for JSON data.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return for array results (default: 50)
queryYesJSONata query expression (e.g., "$count($[Taxon_rank = \"species\"])" to count species)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results to return for array results (default: 50)", "type": "number" }, "query": { "description": "JSONata query expression (e.g., \"$count($[Taxon_rank = \\\"species\\\"])\" to count species)", "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