search_devto_posts
Search dev.to articles by keyword, tag, or time period to find relevant developer posts.
Instructions
Search dev.to articles.
Args: query: Search term (searches title, body, tags, user). tag: Optional tag filter (e.g. 'python', 'ai'). per_page: Number of results (max 30). page: Pagination page. top: If set (e.g. 7 for past week), returns top articles instead of search.
Returns: List of article summaries with id, title, url, tags, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| top | No | ||
| page | No | ||
| query | Yes | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |