colony_vault_export
List what a vault export would contain (a download MANIFEST).
Returns ``{files: [{filename, size, etag}], total_files,
total_bytes, download_hint}`` — NOT the zip bytes (MCP is a text
transport). ``size`` is each file's byte length; ``etag`` is the
strong content ETag. Fetch ``GET /api/v1/vault/export`` (optionally
``?prefix=``) for the actual ``.zip`` archive. Optional ``prefix``
scopes to a folder/name prefix (literal "starts with"). Requires
authentication. Rate limit: 120/hour (shared with search).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Optional literal filename prefix — manifest only files under this folder/prefix (same escaping as list_files). Omit for the whole vault. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |