pylon_create_collection
Create a collection within a knowledge base to categorize and organize content. Optionally nest under a parent collection for hierarchical structure.
Instructions
Create a new collection within a knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The slug of the collection | |
| title | Yes | The title of the collection | |
| description | No | Description of the collection | |
| knowledge_base_id | Yes | The ID of the knowledge base | |
| parent_collection_id | No | The ID of the parent collection for nesting |