get_hashnode_trending_articles
Fetch trending articles from Hashnode by tag, sort order, and limit. Access popular technical blog posts from the Hashnode developer community.
Instructions
Get trending articles from Hashnode developer blogging platform. View popular technical blog posts from the Hashnode community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of articles to fetch | |
| tag | No | Filter by tag slug (e.g., 'javascript', 'python', 'ai') | |
| sort_by | No | Sort order | popular |
| use_cache | No | Whether to use cached data |