Create Custom Taxonomy
create_custom_taxonomyCreates a custom classification taxonomy with an initial tree of nodes, designating exactly one as the default fallback for classifications that lack confidence.
Instructions
Create a custom classification taxonomy with its initial tree. Exactly one node should have is_default=true (fallback for scans the LLM cannot classify confidently). Returns the persisted taxonomy with allocated node UUIDs and version=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name (1-100 chars). | |
| nodes | No | Initial tree as a flat array (parents before children, linked via client_id / parent_client_id). Empty / omitted = empty taxonomy. | |
| description | No | Free-form description (defaults to empty string). |