Skip to main content
Glama
superdwayne

Keynote MCP Server

by superdwayne

update_text_item

Updates the text of a specific text item on a Keynote slide by providing the slide index, item index, and new text content.

Instructions

Updates the text content of an existing text item on a slide

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe new text content
itemIndexYes1-based text item index
slideIndexYes1-based slide index
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It only states that text content is updated, without mentioning side effects (e.g., does it reset formatting?), error conditions, or idempotency. This is insufficient for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the purpose. It is efficient and contains no fluff, though it could benefit from slight expansion to cover usage context.

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 is simple with only three parameters, and the schema covers them well. The description explains the core action but does not provide workflow context (e.g., when to use after adding a text item) or mention index conventions already in the schema. It is minimally adequate.

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%, and the input schema already describes each parameter (slideIndex, itemIndex, text) with clear descriptions. The tool description adds no additional semantic meaning beyond what the schema provides, so the baseline score of 3 applies.

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 clearly states the verb 'Updates' and the specific resource 'text content of an existing text item on a slide'. It distinguishes itself from sibling tools like add_text_item, delete_text_item, and format_text, which handle different operations.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., the item must exist) or scenarios where another tool would be preferred. The description implies usage for updating text but lacks comparative context.

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