Skip to main content
Glama

Create dashboard

create_dashboard

Create a shareable dashboard. Returns {id, token} — the token grants write access via PUT /api/dashboards, so save it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
configYesDashboard config object, e.g. {areas, categories, defaultTab}

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that the operation returns a token granting write access and instructs the agent to save it, which is meaningful. However, it does not mention whether the dashboard is persisted, whether it can be overwritten, or any side effects beyond token issuance.

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?

Two compact sentences with no filler. The purpose is front-loaded, and the critical security detail (token and its use) is placed prominently in the second sentence. Every word earns its place.

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

Completeness3/5

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

For a simple create operation, the description covers the return shape, which is useful given there is no output schema. However, it omits parameter semantics and any guidance on when to invoke this versus the get/list siblings. The token warning is good, but the overall guidance is thin for a tool with two parameters and no output schema.

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

Parameters2/5

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

Schema description coverage is only 50%; the 'name' parameter has no description, and the description does not compensate. The tool description contains zero parameter-level guidance, so an agent has to infer how 'name' is used. The config parameter is slightly explained in the schema, but the description adds nothing beyond the schema itself.

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?

States a specific verb ('Create'), a distinct resource ('shareable dashboard'), and explicitly notes the return shape. This clearly separates it from the sibling get/list tools, so an agent can tell what it does without opening the schema.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention that it is the only create operation among siblings, nor does it state any prerequisites or conditions. The description only says what it does, not when it should be chosen.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources