Skip to main content
Glama

create_dashboard

Creates a new empty dashboard to organize visualizations. Add charts later with create_chart or modify properties with update_dashboard.

Instructions

Create a new, empty dashboard.

After creating, use create_chart with the dashboards parameter to add charts, or use update_dashboard to change properties.

Args: dashboard_title: Display title for the dashboard published: Whether the dashboard is published (default: False) dry_run: If True, validate inputs and return a preview without making any changes (default: False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dashboard_titleYes
publishedNo
dry_runNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided; description explains dry_run behavior ('validate inputs and return a preview without making any changes') and parameter defaults, offering sufficient transparency for a creation tool.

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

Conciseness4/5

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

Concise 6-line description with clear Args section. Front-loaded with main purpose. Slightly longer than minimal but each sentence adds value.

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?

Covers creation and post-creation guidance; output schema exists so return values need not be described. Missing edge-case details but adequate for primary use cases.

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 0%, but description adds meaningful explanations for all three parameters (dashboard_title, published, dry_run) beyond type/default, including dry_run's validation purpose.

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?

The description clearly states 'Create a new, empty dashboard' and provides follow-up actions (create_chart, update_dashboard), distinguishing it from sibling tools like create_chart and update_dashboard.

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?

Explicitly advises using create_chart or update_dashboard after creation, giving clear context for subsequent steps. Does not include when-not-to-use scenarios but adequately guides usage.

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/Evan-Kim2028/preset-mcp'

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