get_extinct_species
Retrieve a list of extinct or possibly extinct bird species using customizable limits. Access comprehensive bird data from the AviBase dataset to analyze conservation statuses and taxonomic classifications.
Instructions
Get all extinct or possibly extinct bird species.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return (default: 100) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 100,
"description": "Maximum number of results to return (default: 100)",
"type": "number"
}
},
"required": [],
"type": "object"
}