Skip to main content
Glama

get_species_summary

Retrieve per-species detection statistics with counts, first/last heard, and average confidence. Filter by date range to surface top species.

Instructions

Per-species statistics: detection counts, first/last heard, average confidence.

Args:
    start_date: Earliest date, YYYY-MM-DD (optional; omit for all time).
    end_date: Latest date, YYYY-MM-DD (optional).
    limit: Max species to return (1-200, default 50), ordered by detection count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
end_dateNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does well by specifying the output content, the ordering by detection count, the default limit, and the semantics of omitting dates. It does not mention error behavior or the absence of side effects, but for a read-only summary tool it is reasonably transparent.

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?

The description is compact, front-loaded with the core purpose, and uses a clear args section. Every sentence adds useful information with no filler or repetition.

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

Completeness4/5

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

For a simple optional-parameter query tool with an output schema, the description covers the essential call semantics: what the result contains, how dates and limit behave, and the ordering. It lacks explicit guidance on edge cases like empty results, but the output schema helps fill structural detail, so overall it is sufficiently complete.

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

Parameters5/5

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

The input schema provides only titles and defaults with no descriptions, so the description must compensate. It does so fully: start_date and end_date are explained with format and all-time behavior, and limit is given a numeric range, default, and ordering effect. This is comprehensive parameter documentation.

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

Purpose4/5

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

The description clearly identifies the tool as returning per-species statistics with concrete fields (detection counts, first/last heard, average confidence), making its function specific. It does not explicitly differentiate from siblings like get_species_info or get_detections, but the aggregated-statistics framing is distinct enough.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus sibling tools such as get_detections, search_detections, or get_species_info. Parameter semantics are covered, but the contextual decision of when to choose this summary view is left entirely to the agent.

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

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/jbeker/birdnet-mcp'

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