---
title: "list_dashboards"
description: "List dashboards for an operator."
sidebarTitle: "list_dashboards"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

List dashboards for an operator.

<Note>
  **Read-only · Calls external systems.** Safe to call: this tool does not modify data.
</Note>

## Parameters

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `detail` | boolean | No | Return full JSON instead of compact summaries (default: false) |
| `is_favorite` | boolean | No | Filter by favorite status |
| `name` | string | No | Filter by dashboard name (case-insensitive contains) |
| `operator` | string | No | Filter by operator slug (recommended — dashboards are operator-scoped) |
| `page` | number | No | Page number (default: 1) |
| `page_size` | number | No | Number of dashboards per page (default: 20) |

## Example arguments

Illustrative arguments an agent supplies when calling this tool:

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

## Description

```text
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?

<Columns cols={2}>
  <Card title="All MCP tools" icon="robot" href="/mcp/tools/overview">
    Browse the full tool reference by category.
  </Card>
  <Card title="Connect a client" icon="plug" href="/mcp/connect">
    Point Claude, Cursor, or Claude Code at the server.
  </Card>
</Columns>
