Skip to main content
Glama

apply_dashboard_theme

Apply consistent styling to all zones in a Tableau dashboard by setting background color, font family, and title font size for uniform visual presentation.

Instructions

Apply uniform styling (background, font) to all zones in a dashboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dashboard_nameYes
background_colorNo
font_familyNo
title_font_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description mentions that styling is applied to 'all zones in a dashboard,' which implies a mutation operation affecting multiple components. However, it doesn't disclose critical behavioral traits like whether this operation is reversible, what permissions are required, whether it overwrites existing styling, or what happens if parameters are omitted. For a mutation tool with zero annotation coverage, this is insufficient.

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 a single, efficient sentence that gets straight to the point with zero wasted words. It's appropriately sized for a tool with 4 parameters and no annotations, and it's front-loaded with the core purpose. Every word earns its place.

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

Completeness2/5

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

Given that this is a mutation tool with 4 parameters, 0% schema description coverage, no annotations, and an output schema (which reduces the need to describe return values), the description is incomplete. It lacks behavioral context (e.g., permissions, reversibility), parameter details, and usage guidelines. The presence of an output schema helps, but the description doesn't provide enough information for an agent to use the tool confidently.

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 0%, meaning none of the 4 parameters have descriptions in the schema. The description mentions 'background' and 'font,' which loosely correspond to 'background_color' and 'font_family' parameters, but it doesn't explain what 'title_font_size' does or provide any details about parameter formats, constraints, or defaults. The description adds minimal value beyond the parameter names, failing to compensate for the schema gap.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Apply uniform styling (background, font) to all zones in a dashboard.' It specifies the action (apply styling), the target (dashboard zones), and the styling aspects (background, font). However, it doesn't explicitly differentiate from sibling tools like 'configure_worksheet_style' or 'apply_color_palette', which prevents a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. There are several sibling tools related to styling and configuration (configure_worksheet_style, apply_color_palette, configure_chart), but the description doesn't mention any of them or specify when this tool is appropriate versus others. It only states what it does, not when to use it.

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/subhatta123/twilize'

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