get_children
Fetch child concepts of a FOLIO concept by IRI or short ID, returning compact summaries with optional depth limit.
Instructions
Get child concepts of a FOLIO concept. Returns compact summaries.
Args: iri: A concept IRI (e.g., "https://folio.openlegalstandard.org/R07tQM...") or short ID (e.g., "R07tQM..."). NOT a branch name — use get_taxonomy_branch for branch names like "areas_of_law". max_depth: Depth limit (default 1 for direct children). Keep at 1-2 to avoid large results.
Returns: JSON array of {iri, label, definition} summaries. Use get_concept(iri) for full details on a specific child.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iri | Yes | ||
| max_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |