You're viewing a demo portfolio

Join the waitlist
PRSM

get_births

Active

Tool of onthisday

declared in 0.1.0

Find notable people born on a specific date. Provide month (1-12) and day (1-31). Returns names, birth years, and biographical details.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "day": 15,
      "month": 1
    },
    {
      "day": 9,
      "month": 10
    }
  ],
  "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.50.

Parent server

onthisday

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

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