list_dashboards

List dashboards for an operator.

List dashboards for an operator.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
is_favoritebooleanNoFilter by favorite status
namestringNoFilter by dashboard name (case-insensitive contains)
operatorstringNoFilter by operator slug (recommended — dashboards are operator-scoped)
pagenumberNoPage number (default: 1)
page_sizenumberNoNumber of dashboards per page (default: 20)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "detail": false,
  "is_favorite": false
}

Description

Returns compact summaries by default; use detail=true for full JSON. List dashboards for an operator. Dashboards contain metric widgets (charts, counters, tables) visualizing InfluxDB data.

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