get_recent_detections
Fetch recent bird acoustic detections with species names, confidence scores, timestamps, and audio URLs. Use optional species and confidence filters to find what birds were heard recently.
Instructions
Retrieve the most recent bird acoustic detections from the BirdNET-Go observatory. Returns species names, confidence scores, timestamps, and audio clip URLs. Use this as the primary tool for 'what birds were heard recently?' questions; use search_detections for historical lookups or get_today_summary for aggregates. All output is capped at 8KB to protect the agent context window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of detections to return (default: 10, max: 25) | |
| species_code | No | Optional 6-letter species code filter (e.g. 'easblu', 'blujay', 'rebwoo') | |
| min_confidence | No | Minimum confidence score between 0.0 and 1.0 (default: 0.70) |