Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

next_slide

Advances to the next slide or build in an active Keynote slideshow.

Instructions

Advances to the next slide or build during an active Keynote slideshow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the action but does not mention edge cases (e.g., at last slide, slideshow not active) or any destructive/read-only nature. For a 0-parameter tool, this is adequate but not thorough.

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, no wasted words. Front-loaded with verb and object, immediately clear. Perfectly concise for a simple action.

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?

The tool is simple with no parameters and no output schema. The description covers the basic functionality. However, it lacks information about return values or error behavior, which would be useful for completeness. Given the minimal complexity, a 4 is reasonable.

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

Parameters4/5

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

No parameters exist, and schema coverage is 100% (empty). The description does not need to add parameter info. With 0 parameters, a baseline of 4 is appropriate as no extra meaning is required.

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 action (advances) and resource (next slide or build) with context (during active slideshow). Distinguishes from sibling tools like previous_slide and go_to_slide by focusing on sequential forward movement.

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 specifies the required context of an active slideshow, which tells when to use. Does not explicitly state when not to use or provide alternatives, but the sibling tools list is available and the condition is clear enough for safe invocation.

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