get_detections
Fetch bird detections for any date, optionally filtered by hour window or species, to quickly answer what birds were recorded and when.
Instructions
Get bird detections for a specific day, optionally narrowed to an hour window or species.
Args:
date: Day to query, YYYY-MM-DD (default: today in the MCP server's local timezone).
hour: Starting hour 0-23 to narrow to an hourly window (optional).
duration: Window length in hours 1-24 when hour is set (default 1).
species: Filter to a species (common or scientific name, optional).
limit: Max detections to return (1-100, default 25).
offset: Pagination offset (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| hour | No | ||
| limit | No | ||
| offset | No | ||
| species | No | ||
| duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||