Use the Speak AI MCP server tool get_dashboard to get a single dashboard’s full
spec: title, description, source, date range, sections, widgets, and the current
revision (pass that revision back to update_dashboard).
What does it do?
Get a single dashboard’s full spec: title, description, source, date range,
sections, widgets, and the current revision (pass that revision back to
update_dashboard).
Parameters
get_dashboard takes 1 parameter, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
dashboardId |
string | Yes | Dashboard business id (the dashboardId field from list_dashboards, not the Mongo _id) |
Behaviour
The Speak AI MCP server publishes these behaviour hints for get_dashboard.
- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Dashboards lists the rest of the Dashboards category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.