akb_create_collection
Create an empty collection folder inside a specified vault, returning false if it already exists to prevent duplication.
Instructions
Create an empty collection (folder) inside a vault. Idempotent — returns {created: false} if the collection already exists. Writer or higher role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Collection path, e.g. 'api-specs' or 'docs/guides' | |
| vault | Yes | Vault name | |
| summary | No | Optional one-line description | |
| _vault_skill_ack | No | Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically. |