numbers-intel__get_year_fact
ActiveTool of TO1 Intelligence Fleet
[numbers-intel] Returns a historical event that occurred in a specific year, optionally narrowed to a given month/day. If month/day are omitted, a random calendar date is checked for that year. Use this when the user asks 'what happened in 1986' or wants a fact about a specific year, with an optional date.
Parameters schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"day": {
"type": "integer",
"maximum": 31,
"minimum": 1,
"description": "Optional day of the month, 1-31, to narrow the search"
},
"year": {
"type": "integer",
"description": "The year to find a historical event for, e.g. 1986"
},
"month": {
"type": "integer",
"maximum": 12,
"minimum": 1,
"description": "Optional month number, 1-12, to narrow the search"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries