on_this_day
ActiveTool of wikifeed
declared in 0.1.0
Get historical events, births, deaths, and holidays that occurred on a given month and day across all years.
Parameters schema
{
"type": "object",
"examples": [
{
"day": "20",
"month": "07"
},
{
"day": "25",
"month": "12"
}
],
"required": [
"month",
"day"
],
"properties": {
"day": {
"type": "string",
"description": "Two-digit day number (e.g., \"01\", \"15\", \"31\")"
},
"month": {
"type": "string",
"description": "Two-digit month number (e.g., \"01\" for January, \"12\" for December)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
wikifeed
https://github.com/pipeworx-io/mcp-wikifeed
2/7 registries