Get dashboard overview
get_dashboard_overviewGet a compact read-only dashboard summary for a workspace, showing summary cards, recent activity, handoffs, reservations, and risk signals, to quickly assess current state without raw transcripts.
Instructions
Purpose: Return a compact read-only dashboard summary for one workspace. When to use: call when a human reviewer, PM agent, or orchestrator needs current state without reading raw transcripts. Inputs: workspace_id and limit. Side effects: none beyond database reads. Output: summary cards, recent activity, handoffs, reservations, and risk signals. Failure modes: returns sparse sections for a new workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of recent rows to include in overview sections. | |
| workspace_id | Yes | Workspace UUID whose dashboard overview should be returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||