You're viewing a demo portfolio

Join the waitlist
PRSM

get_top_articles

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

wikiviews

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

1/7 registries
View full server →
get_top_articles — wikiviews — PRSM MCP