get_random_species
Retrieve random species from the ITIS database using optional taxonomic filters like kingdom, phylum, or family to explore biodiversity data.
Instructions
Get random species from ITIS database with optional taxonomic filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kingdom | No | Kingdom filter (e.g., "Animalia", "Plantae", "Fungi") | |
| phylum | No | Phylum filter (e.g., "Chordata", "Arthropoda") | |
| class | No | Class filter (e.g., "Mammalia", "Aves", "Reptilia") | |
| order | No | Order filter (e.g., "Carnivora", "Primates") | |
| family | No | Family filter (e.g., "Felidae", "Canidae") | |
| genus | No | Genus filter (e.g., "Panthera", "Canis") | |
| count | No | Number of random species to return (default: 1, max: 10) | |
| requireVernacular | No | Only return species that have common names (default: false) | |
| vernacularLanguage | No | Language for vernacular names (default: "English"). Other options: "French", "Spanish", etc. |