Skip to main content
Glama
atharva-bedekar

PowerPoint MCP Server

ppt_batch_modify_shapes

Batch update shape positions, sizes, rotations, and z-orders on a PowerPoint slide in one atomic transaction with pre-validation.

Instructions

Modify multiple shape geometries (positions, sizes, rotations, z-orders) on a slide in a single transaction. Pre-validates all shape IDs and applies atomic geometry changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes
slide_numberYes
presentation_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does mention pre-validation of shape IDs and atomic application, which is valuable. However, it omits details on error handling when validation fails, whether changes are in-memory or require saving, and side effects on the presentation. These gaps are significant 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 two concise sentences, front-loading the purpose and key behavioral traits. No redundant wording exists. It could be slightly more structured (e.g., listing operation fields), but it is appropriately compact given the content.

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

Completeness2/5

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

This is a complex batch tool with an operations array whose item schema is entirely untyped (additionalProperties true). The description does not explain what an operation object should contain, nor does it clarify prerequisites like an open presentation. While an output schema exists, it cannot compensate for missing usage details about input construction. The description is insufficient for an agent to invoke this tool correctly.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It only lists high-level geometry categories (positions, sizes, rotations, z-orders) but does not describe the structure of the operations array items, the meaning of slide_number, or the role of presentation_path (default null). An agent cannot correctly construct the operations array from this description alone.

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 states a specific verb (modify) and resource (multiple shape geometries) with concrete attributes (positions, sizes, rotations, z-orders). It clearly differentiates from single-shape tools like ppt_modify_shape and batch text modification, making the tool's scope unambiguous.

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 phrase 'in a single transaction' implies a batch use case and atomicity benefit, but the description does not explicitly contrast with calling ppt_modify_shape repeatedly or state when a single-shape tool would be preferable. No exclusions or alternative routing are provided, leaving selection partially to inference.

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/atharva-bedekar/PowerPointMCP'

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