number_fact
Retrieve interesting facts about numbers or dates using the NumbersAPI to enhance learning and satisfy curiosity.
Instructions
Get an interesting fact about a number or date using NumbersAPI.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}