get_bird_report
Generate detailed bird species reports using scientific names, including related species, conservation status, and geographic data, via the AviBase MCP Server.
Instructions
Get a detailed report for a specific bird species including related species and comprehensive information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scientific_name | Yes | Scientific name of the bird species (e.g., "Aquila chrysaetos") |
Input Schema (JSON Schema)
{
"properties": {
"scientific_name": {
"description": "Scientific name of the bird species (e.g., \"Aquila chrysaetos\")",
"type": "string"
}
},
"required": [
"scientific_name"
],
"type": "object"
}