get-latest-forum-topics
Fetch the latest VEX Forum topics, with optional filtering by category to narrow results to relevant discussions.
Instructions
Get the latest topics from the VEX Forum, optionally filtered by category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 0) | |
| category_id | No | Category ID to filter by (required if category_slug is provided) | |
| max_results | No | Maximum number of topics to return (default: 20, max: 50) | |
| category_slug | No | Category slug to filter by (e.g., 'vrc-discussion', 'programming-support') |