Search Articles
search_articlesSearch DEV.to articles by tag with pagination support. Returns title, author, tags, reactions, comments, reading time, and URL for each result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag to filter by (e.g., "typescript", "rust", "ai") | |
| page | No | Page number for pagination (default 1) | |
| limit | No | Number of articles per page (default 10, max 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Current page number | |
| articles | Yes | List of article summaries |