Create category
create_categoryCreate a category or subcategory in a World Anvil world, using a world ID and title, with optional parent ID for nesting.
Instructions
Create a category (folder) in a world, optionally nested under a parent category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Category name | |
| world_id | Yes | UUID of the world | |
| parent_id | No | UUID of parent category for nesting | |
| extra_fields | No | Advanced: extra raw API fields (e.g. description, icon). |