search_by_tech
Find articles by technology or tag. Optionally retrieve top posts from recent days using top_days parameter.
Instructions
Search articles by technology/tag. Convenience wrapper around search.
Args: tech: Technology or tag (e.g. 'python', 'fastapi', 'mcp', 'ai'). per_page: Number of results. top_days: Return top articles from last N days (7, 30, etc.). If None, does text search on tag.
Returns: List of matching articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tech | Yes | ||
| per_page | No | ||
| top_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |