DashboardsRead-only

List dashboards

list_dashboards

List dashboards in the workspace (id, slug, name). Private dashboards are filtered. Staged drafts (status "draft", e.g. mid-composition) are hidden unless includeDrafts is true.

Parameters

ParameterTypeRequiredDescription
includeDraftsbooleanoptionalInclude staged draft dashboards (hidden by default).

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_dashboards",
"arguments": {}
}

Use this tool in

Related Dashboards tools