You're viewing a demo portfolio

Join the waitlist
PRSM

get_articles

Active

Tool of mcp-devto

declared in 0.1.0

Get trending or recent DEV.to articles, optionally filtered by tag (e.g., "javascript", "react"). Returns title, author, reaction count, comments, reading time, and URL.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tag": "javascript",
      "limit": 10
    },
    {
      "tag": "python",
      "top": 7,
      "limit": 20
    }
  ],
  "required": [],
  "properties": {
    "tag": {
      "type": "string",
      "description": "Filter articles by tag (e.g., \"javascript\", \"python\", \"webdev\")"
    },
    "top": {
      "type": "number",
      "description": "Return top articles from the last N days (e.g., 7 for last week)"
    },
    "limit": {
      "type": "number",
      "description": "Number of articles to return (default 10, max 30)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-devto

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

2/7 registries
View full server →
get_articles — mcp-devto — PRSM MCP