akb_create_table
Create structured data tables within a vault. Define columns with types like text, number, boolean, date, or json, and optionally group the table under a collection for organized browsing.
Instructions
Create a structured data table in a vault. The response carries the canonical uri (akb://{vault}/table/{name}). Tables live alongside documents inside collections and follow the same permissions. Define columns with name and type (text, number, boolean, date, json). Optional collection (e.g. 'sessions/learnings') groups the table under that collection so it appears beside the documents and files there in akb_browse; omit for vault root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| name | Yes | Table name (unique within the vault) | |
| collection | No | Collection path (e.g. 'specs' or 'sessions/learnings'). Omit for vault root. | |
| description | No | ||
| columns | Yes | Column definitions |