get_taxonomy_branch
Retrieve concepts from a FOLIO taxonomy branch as compact summaries. Specify branch name and optional depth to get top-level or nested terms, with IRIs, labels, and definitions.
Instructions
Get concepts in a FOLIO taxonomy branch. Returns compact summaries.
Args: branch_name: Branch name (e.g., "areas_of_law", "document_artifacts"). Use list_branches() to see all available branch names. max_depth: Depth limit. Use 1 (default) for top-level only. WARNING: depth >2 can return very large results. Navigate incrementally with get_children() instead.
Returns: JSON array of {iri, label, definition} summaries. Use get_concept(iri) for full details on a specific concept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| branch_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |