seshat_export_evidence_pack
Assemble a table's readiness evidence pack and return it as structured data for review or handoff, including any blockers. Read-only; creates nothing on disk.
Instructions
Assemble one table's evidence pack in memory and return it as data.
Use when: you need a table's collected readiness evidence to review or hand off, as a structured response rather than a file. Not for: writing the pack to disk -- despite the name nothing is exported, and file export stays an explicit CLI operation. Returns: the evidence-pack projection for the named table with any blockers. Outcome is 'input_defect' when the table cannot be resolved. Read-only: creates nothing on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The one table to report on, matching a table name or its mapping directory (for example 'retail_store_sales'). Required. May not contain '/', '\' or '..'. | |
| workspace | Yes | Path to the local Seshat BI workspace to read. Must resolve to exactly the root this server was started with; a parent or subdirectory is refused. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||