Skip to main content
Glama
woodcreeper
by woodcreeper

enrich_species_list

Adds Xeno-canto recording counts and quality grades to species, sorting by fewest A-grade recordings to surface highest-priority recording targets.

Instructions

Append Xeno-canto recording counts and quality grades to an array of species. Call this ONLY after presenting a species list to the user AND receiving explicit confirmation that they want to see recording gap data. This tool makes one API call per species and can be slow for large lists — warn the user if the list exceeds 20 species. For 50 species expect ~10 seconds. Returns the input list sorted by fewest A-grade recordings first, so the highest-priority recording targets appear at the top.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoFilter XC counts to a specific country
speciesYesArray of species to enrich with XC data
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description fully discloses key behavioral traits: one API call per species, potential slowness, the ~10 second estimate for 50 species, and the sorting of results. This gives the agent and user a concrete expectation of cost and output, exceeding the basic safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences efficiently cover the action, usage timing, performance warning, and return behavior without repetition or fluff. The description is front-loaded with the core purpose and each sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description explains both the return format (input list sorted) and the meaning of that order (highest-priority targets first). It also covers performance expectations and usage preconditions, making the tool fully understandable for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for both parameters (species and country) with 100% coverage, so the baseline is 3. The description adds no direct parameter-level detail beyond the schema, though it does add contextual behavior about sorting and performance which is not parameter-specific.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool appends Xeno-canto recording counts and quality grades to a species array, using the specific verb 'append' and identifying the resource. The distinct sorting behavior (fewest A-grade first) further differentiates it from siblings like get_recording_counts, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states the only valid usage context: 'Call this ONLY after presenting a species list to the user AND receiving explicit confirmation.' It also warns about performance and instructs to warn the user for large lists, providing clear when-to-use guidance and a precaution against misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/woodcreeper/birding-buddy-mcp'

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