You're viewing a demo portfolio

Join the waitlist
PRSM

get_events

Active

Tool of onthisday

declared in 0.1.0

Search historical events on a specific date. Provide month (1-12) and day (1-31). Returns event descriptions, years, and details.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "day": 20,
      "month": 7
    },
    {
      "day": 25,
      "month": 12
    }
  ],
  "required": [
    "month",
    "day"
  ],
  "properties": {
    "day": {
      "type": "number",
      "description": "Day of the month (1-31)."
    },
    "month": {
      "type": "number",
      "description": "Month as a number (1-12)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

onthisday

https://github.com/pipeworx-io/mcp-onthisday

1/7 registries
View full server →
get_events — onthisday — PRSM MCP