Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

add_chart

Add a chart to a Keynote slide. Supports bar, line, pie, and area charts with custom data series. Note: manual adjustment may be needed due to AppleScript limitations.

Instructions

Adds a chart to a slide. Note: Keynote's AppleScript support for charts is limited. This creates a chart and attempts to set the chart type. Data series configuration may require manual adjustment in Keynote due to AppleScript limitations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX position in points (default: 100)
yNoY position in points (default: 100)
dataNoArray of data series with name and values. Chart data may need manual adjustment in Keynote.
widthNoWidth in points (default: 600)
heightNoHeight in points (default: 400)
chartTypeYesType of chart to create
slideIndexYes1-based slide index
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses limited AppleScript support and that data series configuration may need manual adjustment, which are important behavioral traits beyond what schema shows.

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 sentences, front-loaded with action, no wasted words. Every sentence adds value.

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 no annotations and no output schema, description covers key behavioral aspects (limitations) but could mention return value or error handling for completeness.

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 coverage is 100%, so baseline is 3. Description adds a general caveat about data parameter requiring manual adjustment but does not enhance per-parameter meaning beyond schema descriptions.

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?

Description clearly states 'Adds a chart to a slide' with specific verb and resource, and the mention of chart type setting distinguishes it from other add_ tools like add_image or add_shape.

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

Usage Guidelines3/5

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

Provides context about Keynote AppleScript limitations and potential need for manual adjustment, but does not explicitly state when to prefer this tool over alternatives or when not 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/superdwayne/keynoteMP'

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