get_births
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
onthisday
https://github.com/pipeworx-io/mcp-onthisday
1/7 registries