Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

get_all_presenter_notes

Retrieve presenter notes from every slide in a Keynote presentation to review all slide annotations at once.

Instructions

Returns presenter notes for all slides as an array of {slideIndex, notes}

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 carries the full burden. It discloses that the return value is an array of objects with slideIndex and notes, which is helpful. However, it does not mention that the operation is read-only (non-destructive) or any potential errors, which is a minor gap. Given the simplicity, it is adequate but not comprehensive.

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 sentence that conveys the purpose and return format without any waste. It is concise and front-loaded.

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 the tool has no parameters and no output schema, the description adequately covers what it does and what it returns. It could hint at behavior for empty notes (e.g., returns empty array), but this is a minor omission. Overall, it is complete enough for an agent to use correctly.

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?

There are no parameters in the input schema, and schema description coverage is 100% (since no params exist). Baseline is 4. The description adds no extra parameter information because none is needed, so it appropriately meets the baseline.

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 'Returns presenter notes for all slides as an array of {slideIndex, notes}', which specifies the action (returns), resource (presenter notes), and scope (all slides). It naturally distinguishes from sibling 'get_presenter_notes' which likely returns notes for a single slide.

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?

The description implies when to use: when you need notes for all slides. However, it does not explicitly contrast with the sibling tool 'get_presenter_notes' (singular), which would be the alternative for a single slide. No explicit when-not-to-use or prerequisites are stated.

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