create_category
Add a new category to organize content, specifying name, description, publication status, and parent category for hierarchical structuring.
Instructions
Create a category.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Title of the category. | |
| description | No | The description of the category. | |
| is_published | No | Boolean if the category is published on the website. | |
| parent_id | No | Unique identifier of the parent category |