get_dashboard
Retrieve saved dashboard views. Without an ID, list all views with summary; with an ID, get full layout and revision for editing.
Instructions
Read saved dashboard views. No id → list all: [{ id, name, isDefault, rev, editedBy }]. With id → that view's full layout + rev (pass this rev as the CAS base to configure_dashboard update). Views are both agent- and human-editable; write them with configure_dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Omit to list every saved view (summary); pass a view id for its full layout + rev. |