get_single_category
Fetch details of a single category or category group, including children categories. Use a category ID from get_all_categories to retrieve name, type, and other attributes.
Instructions
Get details on a single category or category group, including the list of children categories for category groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | Yes | Id of the category to query. Call get_all_categories first to discover ids. |