get_devto_articles
Retrieve articles from dev.to developer community with filtering options for tags and time periods.
Instructions
Get articles from dev.to English developer community. Supports filtering by tags and time periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Number of articles per page | |
| tag | No | Filter by tag (e.g., 'python', 'javascript', 'webdev') | |
| top | No | Get top articles (1=daily, 7=weekly, 30=monthly, 365=yearly) | |
| use_cache | No | Whether to use cached data |