Create Custom Taxonomy
create_custom_taxonomyCreate a custom classification taxonomy with an initial tree of nodes, including exactly one default node used as a fallback when the LLM cannot classify confidently.
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). | |
| description | No | Free-form description (defaults to empty string). | |
| nodes | No | Initial tree as a flat array (parents before children, linked via client_id / parent_client_id). Empty / omitted = empty taxonomy. |