Dev.to MCP Server

search_articles

Search Dev.to articles by query to find relevant content. Supports pagination for browsing multiple results efficiently.

Instructions

Search for articles on Dev.to Args: query: Search term to find articles page: Page number for pagination (default: 1)

Input Schema

NameRequiredDescriptionDefault
pageNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "title": "Page", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_articlesArguments", "type": "object" }

You must be authenticated.

Other Tools from Dev.to MCP Server

Related Tools

ID: 2l9kksn63p