browse_category
Browse subcategories of an Indico category, showing event counts to navigate the hierarchy. Start at root (0), drill down to find leaf categories for event searches.
Instructions
List the direct subcategories of an Indico category, with event counts.
Works by fetching a batch of recent events from the category and collecting the distinct (category_id, category_title) pairs from their metadata. This is the reliable fallback when the REST API is not available on an instance.
Use this to navigate the category hierarchy: start at the root (0), pick a subcategory, call browse_category again on that ID, and so on until you find the right leaf category to pass to search_category_events or get_category_contributions.
Note: subcategories with no events in the sampled batch may not appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | No | Indico category ID. Use 0 for the root. | |
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |