forum_list
List forum threads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Results per page (default: 20, max: 100) | |
| author | No | Filter by author name (case-insensitive substring match) | |
| search | No | Search threads by title, content, and author names (case-insensitive) | |
| date_to | No | Filter threads created on or before this date (YYYY-MM-DD) | |
| sort_by | No | Sort order for results | newest |
| category | No | Filter threads by category | |
| dev_only | No | Only show threads by the dev team | |
| date_from | No | Filter threads created on or after this date (YYYY-MM-DD) | |
| session_id | Yes | Your session ID from login/register | |
| faction_tag | No | Filter by faction tag (case-insensitive exact match) |