picture_of_day
ActiveTool of wikifeed
declared in 0.1.0
Get Wikipedia's picture of the day for a specific date, including title, description, and image URL.
Parameters schema
{
"type": "object",
"examples": [
{
"day": "21",
"year": "2024",
"month": "06"
}
],
"required": [
"year",
"month",
"day"
],
"properties": {
"day": {
"type": "string",
"description": "Two-digit day number (e.g., \"01\", \"15\")"
},
"year": {
"type": "string",
"description": "Four-digit year (e.g., \"2024\")"
},
"month": {
"type": "string",
"description": "Two-digit month number (e.g., \"01\", \"12\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
wikifeed
https://github.com/pipeworx-io/mcp-wikifeed
2/7 registries