animal_fact
Discover interesting facts about animals by entering the name of any animal species to learn about their behavior, characteristics, or habitat.
Instructions
Get a fun fact about a given animal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animal | No | dog |
Input Schema (JSON Schema)
{
"properties": {
"animal": {
"default": "dog",
"title": "Animal",
"type": "string"
}
},
"type": "object"
}