browse_topics
List the immediate children of a telemetry topic namespace to explore its hierarchy. Use this to navigate nested topic folders and identify where topics exist before descending further.
Instructions
List the immediate children of a topic namespace, like ls.
Use this to explore, and search_topics to find. Topic names are deeply
nested -- most are six segments -- so a namespace can hold hundreds of
topics while having only a handful of children. BMS/PerCell holds 970
of 25A's 1502 topics but has exactly two children, Alpha and Beta.
Searching that prefix returns an unreadable page of leaf names; browsing
it returns two lines.
Call with no prefix for the top-level namespaces, then walk down. Each
child reports topics (how many exist at or below it), so you can see
where the mass is before descending, and is_topic (whether the path is
itself a logged topic rather than only a folder).
Once you reach a specific topic, confirm it with describe_topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| car | No | ||
| limit | No | ||
| prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||