You're viewing a demo portfolio

Join the waitlist
PRSM

numbers-intel__get_year_fact

Active

Tool of TO1 Intelligence Fleet

declared in 1.0.0

[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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →
numbers-intel__get_year_fact — TO1 Intelligence Fleet — PRSM MCP