Skip to main content
Glama

Save a dashboard definition

daxops_save_dashboard

Save a reusable dashboard definition to reopen and rebuild later. Provide name, source or solution, pages, theme, and branding.

Instructions

Save a reusable dashboard definition (name + solution-or-sourceId + chosen pages/branding) so you can reopen and rebuild it later. Provide exactly one of sourceId or solution. Requires the +Validation feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
logoNoan optional base64 logo
nameYesa name for the saved dashboard
pagesNoordered page keys
themeNoa theme key from daxops_list_themes
titleNothe report title
solutionNoa Solution starter id from daxops_list_solutions
sourceIdNoa sourceId from daxops_upload_data
brandColorNoa #RRGGBB hex brand colour
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false) and potential side effects (openWorldHint=true). The description adds the prerequisite of +Validation and the purpose of persistence, but lacks details on overwrite behavior or return state.

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?

The description is two sentences with no fluff. The first sentence covers purpose, the second provides usage guidance. Every sentence is necessary and front-loaded.

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?

Given the number of parameters (8) and full schema coverage, the description explains the core concept and key constraint. It could mention what the tool returns or connect to sibling daxops_list_dashboards, but is mostly complete.

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%, so each parameter is described. The description adds value by grouping parameters (name, solution-or-sourceId, pages/branding) and specifying the mutual exclusivity of sourceId and solution, which is not in the schema.

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 explicitly states the tool saves a reusable dashboard definition with key components (name, solution-or-sourceId, pages, branding), using a specific verb and resource. It distinguishes itself from siblings like daxops_build by focusing on saving for later reuse.

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?

The description provides clear usage context: 'Provide exactly one of sourceId or solution' and 'Requires the +Validation feature.' However, it does not explicitly mention when not to use this tool or contrast with alternatives like daxops_build.

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/cyphonica/daxops-mcp'

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