You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

date_fact

Inactive

Tool of numuersapi

declared in 0.1.0

Get historical facts about a calendar date (e.g., "3/14" for March 14). Returns the fact and date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "day": 14,
      "month": 3
    },
    {
      "day": 25,
      "month": 12
    }
  ],
  "required": [
    "month",
    "day"
  ],
  "properties": {
    "day": {
      "type": "number",
      "description": "Day number (1–31)"
    },
    "month": {
      "type": "number",
      "description": "Month number (1–12)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

numuersapi

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

1/7 registries
View full server →