browse_collection_tree
Drill into the sub-collection tree of a given node. Choose depth (1 or 2) and optionally get file counts to guide users to relevant educational materials.
Instructions
Drill into the sub-collection tree below a given collection.
Returns the direct sub-Sammlungen at depth=1 (default) or two levels at depth=2.
Optionally enriches each node with the count of files (Lernmaterialien) it contains.
Use this for guided exploration: pick a Fachportal or Themenseite, then let the user choose a sub-area before fetching individual content items. Output is deterministic (alphabetical by name, nodeId tie-breaker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | 1 = direct sub-collections only (fast); 2 = also include grand-children (more API calls). | |
| nodeId | Yes | Parent collection nodeId. Use a Fachportal nodeId from get_subject_portals as a starting point. | |
| maxResults | No | ||
| outputFormat | No | markdown | |
| includeContentCounts | No | When true, fetch the number of files (Inhalte) inside each sub-collection (extra round-trip per node). |