seshat_get_status
Get the current BI readiness stage for each table in a Seshat workspace, including evidence and blockers. Use it to see which tables are ready or blocked across the seven stages from source_ready to publish_ready.
Instructions
Report which readiness stage each table currently sits in.
Use when: you need the overall readiness picture, or one table's stage, evidence and blocker list. Not for: why a stage is blocked (use seshat_explain_blockers) or what may be done next (use seshat_get_next_action). Returns: a projection listing each table with its current stage of the seven (source_ready .. publish_ready), evidence and blockers. Outcome is 'ok' unless an input is malformed. Read-only: reads committed files under the workspace and writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Single table to scope the answer to, matching a table name or its mapping directory (for example 'retail_store_sales'). Omit to cover every onboarded table in the workspace. 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 | |||