---
title: "Dashboards tools in the Speak AI MCP server reference"
description: "Create and manage analytics dashboards, widgets, and public sharing. All 9 Dashboards tools in the Speak AI MCP server, with parameters and behaviour hints."
---

> 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.

# Dashboards tools in the Speak AI MCP server reference

The Dashboards category groups 9 of the Speak AI MCP server's tools. Create and
manage analytics dashboards, widgets, and public sharing.

## Which Dashboards tools does the Speak AI MCP server have?

The Speak AI MCP server has 9 Dashboards tools. Each one has its own page with a
plain-language summary, its parameters, and its behaviour hints.

- [`list_dashboard_widgets`](/mcp/tools/dashboards/list_dashboard_widgets/):
  Discovery + how-to helper for building and customizing dashboards.
- [`list_dashboards`](/mcp/tools/dashboards/list_dashboards/): List all analytics
  dashboards the caller can access, including share state and each dashboard's
  current `revision` (needed for `update_dashboard`).
- [`get_dashboard`](/mcp/tools/dashboards/get_dashboard/): Get a single dashboard's
  full spec: title, description, source, date range, sections, widgets, and the
  current `revision` (pass that revision back to `update_dashboard`).
- [`create_dashboard`](/mcp/tools/dashboards/create_dashboard/): Create an analytics
  dashboard.
- [`update_dashboard`](/mcp/tools/dashboards/update_dashboard/): Update a dashboard.
- [`delete_dashboard`](/mcp/tools/dashboards/delete_dashboard/): Soft-delete a
  dashboard.
- [`duplicate_dashboard`](/mcp/tools/dashboards/duplicate_dashboard/): Clone an
  existing dashboard.
- [`share_dashboard`](/mcp/tools/dashboards/share_dashboard/): Enable public sharing
  for a dashboard and return its share token + embed id.
- [`get_dashboard_speakers_insight`](/mcp/tools/dashboards/get_dashboard_speakers_insight/):
  Compute a speakers breakdown for a given folder scope, date range, and field
  filters.

## Related

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

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