get_top_articles
ActiveTool of wikiviews
declared in 0.1.0
Get the most viewed Wikipedia articles for a specific day. Returns up to 1000 articles ranked by view count.
Parameters schema
{
"type": "object",
"examples": [
{
"day": "15",
"year": "2024",
"month": "01"
},
{
"day": "25",
"year": "2023",
"month": "12"
}
],
"required": [
"year",
"month",
"day"
],
"properties": {
"day": {
"type": "string",
"description": "Day as zero-padded 2-digit string (e.g. \"15\")"
},
"year": {
"type": "string",
"description": "Year as 4-digit string (e.g. \"2024\")"
},
"month": {
"type": "string",
"description": "Month as zero-padded 2-digit string (e.g. \"01\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
wikiviews
https://github.com/pipeworx-io/mcp-wikiviews
1/7 registries