Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

set_brand

Set brand colors, fonts, and visual style presets that persist for all subsequent slide design operations.

Instructions

Sets brand configuration for subsequent design_slide and design_deck operations. Values persist until changed or cleared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoVisual style preset
accentColorNoBrand accent color as hex
fontPrimaryNoPrimary font name (e.g. 'Helvetica Neue', 'Georgia')
primaryColorNoBrand primary color as hex
fontSecondaryNoSecondary/body font name
secondaryColorNoBrand secondary color as hex
backgroundColorNoSlide background color as hex
Behavior3/5

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

No annotations provided, so description carries full burden. Mentions persistence ('Values persist until changed or cleared'), but lacks details on idempotency, default behavior, or error handling. Could be more transparent about side effects.

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?

Single sentence that is front-loaded with purpose and includes key behavioral trait (persistence). No redundant information; every word earns its place.

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?

Good for a simple setter tool with 7 optional parameters. Description covers purpose and persistence, but could mention that parameters are optional or that get_brand retrieves current settings. No output schema needed.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description adds no extra meaning beyond the schema; it does not elaborate on defaults, interactions between parameters, or usage hints.

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?

Clearly states the tool sets brand configuration and affects subsequent design_slide and design_deck operations. The verb 'sets' and resource 'brand configuration' are specific, and it distinguishes from siblings like get_brand, design_slide, and design_deck.

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 states to use before design_slide and design_deck operations. Does not provide when-not-to-use or alternatives, but the context is clear given sibling tools.

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/superdwayne/keynoteMP'

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