Skip to main content
Glama
GhazwaPasha

Google Workspace MCP Server

by GhazwaPasha

slides_set_background

Set the background fill color of a slide using a hex color code. Provide presentation ID, slide ID, and color to change the slide's background.

Instructions

Set the background fill color of a slide (hex color).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorYes
slide_idYes
presentation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action and color format, but does not mention potential side effects (e.g., overwriting existing backgrounds), permission requirements, reversibility, or error behavior. This is a significant gap for a mutation tool.

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, front-loaded sentence that states the action, target, and input format without unnecessary words. It is highly concise and well-structured.

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?

Despite the tool's simplicity, the description lacks usage guidelines and behavioral transparency critical for correct invocation. The presence of an output schema may document return values, but the description still fails to address when to use the tool and what side effects occur. No annotations further reduce completeness.

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%, so the description must compensate. It adds meaning only for the 'color' parameter by specifying hex format, but nothing about 'presentation_id' or 'slide_id' beyond their self-evident names. This partial coverage does not sufficiently clarify parameter roles, especially given three required parameters.

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 uses a specific verb+resource: 'Set the background fill color of a slide' and specifies the input format as hex color. This clearly distinguishes the tool from sibling tools like slides_set_shape_fill and slides_format_text, which target other slide properties.

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 is provided on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., slide must exist), context for choosing background fill over other styling tools, or exclusions. The description is purely functional with zero usage context.

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/GhazwaPasha/Google-wrk-spc-mcp'

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