create_topic
Create a new NodeLoc community topic by providing a title, Markdown body, and category ID to start discussions.
Instructions
Create a new topic. raw is Markdown; category_id from get_site_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Markdown body | |
| title | Yes | Topic title | |
| category_id | Yes | Category id (see get_site_info) |