Get Articles
get_articlesGet trending or recent DEV.to articles, optionally filtered by tag (e.g., "javascript", "react"). Returns title, author, reaction count, comments, reading time, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter articles by tag (e.g., "javascript", "python", "webdev") | |
| top | No | Return top articles from the last N days (e.g., 7 for last week) | |
| limit | No | Number of articles to return (default 10, max 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| articles | Yes | List of article summaries |