Skip to main content
The MCP server is in public beta. It is open to use and still being refined, so tools and behavior may change.
Tool get_vault_columns · Behavior Read-only
List the columns of a vault: what GC AI extracts from every document in it. Read this before get_vault_documents so you know which field_key to filter and sort on and what each value means. kind says who owns the column: built_in and system columns come from GC AI and cannot be changed, and custom columns belong to this vault. Only a column with editable: true can be changed with update_vault_column.

Input parameters

string (uuid)
required
The vault to read, from get_vaults.

Response

object[]
Last modified on September 25, 2026