get_category_related
Lists related categories for a FRED category ID, showing cross-linked sibling topics beyond the parent-child hierarchy.
Instructions
List the categories related to a FRED category — cross-links to sibling topics elsewhere in the tree, distinct from its parent/child hierarchy. Often empty.
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 related categories returned. | |
| related | Yes | The related categories (often empty). | |
| category_id | Yes | The category whose related categories these are. |