Skip to main content
Glama
trustypangolin

powerpoint-mcp-live

Set Shape Position

set_shape_position

Move or resize shapes in an open PowerPoint presentation by specifying new position or dimensions, returning updated coordinates.

Instructions

Move and/or resize a shape. Only provided arguments are changed.

Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required). shape: Shape name, or its 1-based index on the slide (required). left, top, width, height: New position/size in points (None = unchanged).

Returns: JSON with the shape's resulting position and size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
leftNo
shapeNo
widthNo
heightNo
slide_indexNo
presentationNo
Behavior4/5

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

Annotations provide only a title with no read-only or destructive hints, so the description carries the burden. It discloses the mutation behavior, the partial-update semantics, that presentation is optional but shape and slide_index are required, and that the return value is a JSON with resulting position and size. This goes well beyond annotations without contradicting them.

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 compact and well-structured. The one-line purpose statement is front-loaded, followed by an Args section that maps cleanly to parameters, and a short Returns line. Every sentence adds value with no repetition of schema content or filler.

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

Completeness5/5

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

Given seven parameters, no output schema, and minimal annotations, this description provides everything an agent needs to call the tool correctly: parameter semantics, required fields, units, optional-dependency behavior, and return value shape. No critical operational detail is missing.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fills the gap thoroughly. It explains each parameter's purpose, marks required fields, specifies that slide_index is 1-based, says presentation can be a name/path or None for active presentation, and clarifies that the four geometry parameters are in points and unchanged when None. This is far more informative than the bare schema.

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 opens with a specific verb and resource: 'Move and/or resize a shape.' This clearly distinguishes it from sibling tools like format_shape (which handles styling) and set_shape_text (which handles text). It also states the important partial-update behavior ('Only provided arguments are changed'), making the tool's exact purpose unambiguous.

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 clearly implies usage for repositioning/resizing shapes and notes that only provided arguments are changed. It does not explicitly name alternatives or state when not to use this tool, but the combination of behavior and required parameters gives an agent enough context to select it correctly among the listed siblings.

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/trustypangolin/powerpoint-mcp-live'

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