Skip to content

Dashboards

Live views assembled from your data.

5 tools — 2 read, 3 write.

ToolWhat it does
create_dashboardwriteCreate a persistent dashboard with live widgets.
delete_dashboardwritePermanently delete a dashboard.
get_dashboardreadGet the full definition of a dashboard by id.
list_dashboardsreadList all dashboards in this organization.
update_dashboardwriteUpdate a dashboard.

Calling these

Over MCP, find one with search_tools, then run it with execute_tool. Over REST, POST /api/capabilities/<tool> with the arguments as the JSON body. Either way, fetch the input schema for the tool you're about to call rather than guessing — get_tool_schema over MCP, or GET /api/capabilities?name=<tool> over REST.

See How the API works for auth, errors and the shared envelope.

Docs as of 2026-08-31.