---
title: "List Dashboards"
description: "List all analytics dashboards the caller can access, including share state and each dashboard's current `revision` (needed for update_dashboard)."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List Dashboards

Use the Speak AI MCP server tool `list_dashboards` to list all analytics dashboards
the caller can access, including share state and each dashboard's current `revision`
(needed for `update_dashboard`).

## What does it do?

List all analytics dashboards the caller can access, including share state and each
dashboard's current `revision` (needed for `update_dashboard`).

## Parameters

`list_dashboards` takes no parameters.

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `list_dashboards`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Dashboards](/mcp/tools/dashboards/) lists the rest of the Dashboards category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/dashboards/list_dashboards/index.mdx
