get_category_tree
Retrieve the Toco category taxonomy, optionally drilling into a specific department by slug, to obtain UUIDs for searching products, vehicles, and properties. Use depth to control hierarchy levels.
Instructions
Browse Toco's category taxonomy and get the UUIDs that search_products, search_vehicles, and search_properties accept as departmentId / categoryIds. Start with depth 1 for the department list, then drill into one department by slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How deep to render: 1 = departments, 2 = + categories, 3 = + types (default: 1). The full tree is large, so widen this only after narrowing by department. | |
| department | No | Department slug to drill into, e.g. "fashion-pria". Omit for all departments. |