akb_create_collection
Create an empty collection in a vault. Idempotent – returns {created: false} if already exists.
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 |
|---|---|---|---|
| vault | Yes | Vault name | |
| path | Yes | Collection path, e.g. 'api-specs' or 'docs/guides' | |
| summary | No | Optional one-line description |