You're viewing a demo portfolio

Join the waitlist
PRSM

search_articles

Active

Tool of mcp-devto

declared in 0.1.0

Search DEV.to articles by tag with pagination support. Returns title, author, tags, reactions, comments, reading time, and URL for each result.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tag": "typescript",
      "page": 1,
      "limit": 10
    },
    {
      "tag": "rust",
      "page": 2
    }
  ],
  "required": [],
  "properties": {
    "tag": {
      "type": "string",
      "description": "Tag to filter by (e.g., \"typescript\", \"rust\", \"ai\")"
    },
    "page": {
      "type": "number",
      "description": "Page number for pagination (default 1)"
    },
    "limit": {
      "type": "number",
      "description": "Number of articles per page (default 10, max 30)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-devto

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

2/7 registries
View full server →