Skip to main content
Glama
speakai

Speak AI MCP Server

Official
by speakai

Create Dashboard

create_dashboard

Create an analytics dashboard by providing a title and selecting widget types. Scope data with folder IDs, date range, and filters.

Instructions

Create an analytics dashboard. Only title is required. Add widgets by listing their types (the MCP assigns ids and lays them out automatically) and scope with folderScope, dateRange, and filters. Call list_dashboard_widgets first to see the available widget types and their config keys, plus a full example.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoIcon identifier
titleYesDashboard name (the only required field)
filtersNoField filters. filters.filterList is an array of { fieldName, fieldOperator?, fieldValue?: string[], fieldCondition? }. Other keys pass through but only filterList is enforced.
widgetsNoWidgets to place on the dashboard, in order. The MCP assigns ids and computes a tidy two-per-row grid layout matching the Speak UI. Just list the widget types you want.
assignToNoUser ids, or group ids in the "<groupId> (G)" convention, to share view access with
dateRangeNoDate range: { preset?, startDate?, endDate? }
isDefaultNoMake this the company default dashboard
descriptionNoDashboard description
folderScopeNoFolder ids to scope analytics to. Empty/omitted = all accessible folders.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse payload from the Speak AI API
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare mutability ('readOnlyHint': false). Description adds behavioral insight: 'the MCP assigns ids and lays them out automatically'. Does not disclose side effects, permissions, or return behavior. With annotations present, this meets expectations but doesn't exceed them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences, front-loaded with the purpose. No redundant information. Every sentence adds value: purpose, required field, widget/scoping guidance, and a reference to an auxiliary tool. Well-structured for an AI agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 9 parameters and nested objects, the description covers creation essentials (title, widgets, scope, dependency on list_dashboard_widgets). It does not explicitly mention parameters like 'assignTo', 'isDefault', or 'description', but these are standard and the schema provides adequate documentation. The presence of an output schema likely fills any gaps in return value understanding. Could be slightly more complete by noting that output includes the created dashboard details, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (baseline 3). Description adds value by summarizing scoping parameters ('scope with folderScope, dateRange, and filters'), explaining widget creation ('Add widgets by listing their types'), and providing a usage tip to call list_dashboard_widgets. These clarifications go beyond the schema's per-field descriptions, especially the automatic ID assignment and layout.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Create an analytics dashboard' with specific verb and resource. Distinguishes from sibling creation tools by focusing on analytics dashboards. Adds context that only 'title' is required and explains the widget mechanism, making the purpose precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit prerequisite: 'Call list_dashboard_widgets first to see the available widget types and their config keys'. Implicitly suggests when to use (when you want an analytics dashboard with automatic widget layout). Lacks explicit when-not-to-use alternatives, but the guidance is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/speakai/speakai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server