create_dashboard

Create a new empty dashboard under an operator.

Create a new empty dashboard under an operator.

Writes data · Calls external systems.

Parameters

FieldTypeRequiredDescription
bucketstringNoInfluxDB bucket for passive agent data (optional)
namestringYesDashboard name
operatorstringYesOperator slug (resolved to collection UID automatically)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "name": "string"
}

Description

The dashboard is created with layout version 2 and an empty widget array. Creates an EMPTY dashboard; use build_dashboard to create with widgets in one call.

The collection_uid is auto-resolved from the operator's dashboards_root_collection_uid (same pattern as test creation with product root collection).

Workflow: list_operators → create_dashboard → get_dashboard (to verify).

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on