create_category
Create a new forum category with configurable title, description, visibility, password protection, and parent category assignment.
Instructions
Create a new forum category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Category name | |
| linked | No | URL to link to instead | |
| locked | No | Prevent new posts | |
| parentId | No | Parent category ID | |
| password | No | Password protect the category | |
| unlisted | No | Hide from category listing | |
| description | No | Category description |