Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

remove_build_animation

Removes a build-in or build-out animation from a specific item on a slide, allowing precise control over animation effects in Keynote presentations.

Instructions

Removes a build-in or build-out animation from an item on a slide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buildTypeYesWhether to remove the build-in or build-out animation
itemIndexYes1-based item index on the slide
slideIndexYes1-based slide index
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the action without disclosing behavioral traits such as error handling (e.g., if no animation exists), reversibility, or permission requirements. This is insufficient for an agent to understand 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?

The description is a single, front-loaded sentence that conveys the essential purpose without any wasted words. It earns its place by being maximally concise.

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

Completeness3/5

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

The tool has no output schema and no annotations, but the description covers the basic action. However, it omits return behavior or success indicators. Given the simplicity of the tool (3 required params), this is minimally viable but not complete.

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%, with each parameter clearly described in the input schema. The description adds no additional meaning beyond the schema, so a baseline score of 3 is appropriate.

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 ('removes') and clearly identifies the resource ('build-in or build-out animation from an item on a slide'). It immediately distinguishes from sibling tools like 'add_build_animation' and 'list_build_animations'.

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?

The description implies usage (when you want to remove an animation) but provides no explicit guidance on when not to use it, prerequisites (e.g., animation must exist), or alternatives. It is adequate for a straightforward tool but lacks depth.

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