get_category_children
List child categories for a given FRED category ID (0 for top-level), enabling downward navigation through the FRED category hierarchy.
Instructions
List the child categories of a FRED category (use id 0 for the top-level categories). The primary way to walk the category tree downward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | The FRED category id (0 is the root of the category tree). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | The number of child categories returned. | |
| children | Yes | The child categories. | |
| category_id | Yes | The parent category whose children these are. |