---
title: "Get Dashboard Speakers Insight"
description: "Compute a speakers breakdown for a given folder scope, date range, and field filters."
---

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

# Get Dashboard Speakers Insight

Use the Speak AI MCP server tool `get_dashboard_speakers_insight` to compute a
speakers breakdown for a given folder scope, date range, and field filters.

## What does it do?

Compute a speakers breakdown for a given folder scope, date range, and field
filters. Standalone analytics: does not require a dashboard to exist.

## Parameters

`get_dashboard_speakers_insight` takes 4 parameters, all of them optional.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `folderScope` | array of string | No | Folder ids to scope to |
| `startDate` | string | No | ISO start date |
| `endDate` | string | No | ISO end date |
| `filterList` | array | No | Field filter rules |

## Behaviour

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

- 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/get_dashboard_speakers_insight/index.mdx
