get_stackoverflow_trends
Fetch trending Stack Overflow tags with question counts and activity data. Sort by popularity, activity, or name.
Instructions
Get Stack Overflow trending tags. Shows popular technology tags with question counts and activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: popular (by question count), activity (by last activity), name (alphabetical) | popular |
| order | No | Sort direction | desc |
| limit | No | Number of tags to fetch | |
| site | No | Stack Exchange site (default: stackoverflow) | stackoverflow |
| use_cache | No | Whether to use cached data |