create_catalog_category
Create a new catalog category in ServiceNow to organize items, with support for parent categories and custom fields.
Instructions
Create a catalog category (sc_category). Requires WRITE_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Category title | |
| fields | No | Additional field values | |
| parent | No | Parent category sys_id (for sub-categories) | |
| catalog | No | Catalog sys_id (sc_catalog) | |
| description | No | Category description |