Skip to main content
Glama
atharva-bedekar

PowerPoint MCP Server

ppt_align_shapes

Align shapes on a slide to a common edge or center line, eliminating manual coordinate calculations.

Instructions

Align multiple shapes along a common edge or center line (left, center, right, top, middle, bottom) without manual coordinate math.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alignmentYes
shape_idsYes
slide_numberYes
presentation_pathNo
reference_shape_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 behavioral disclosure. It only mentions the alignment capability and convenience, but does not disclose that this is a mutating operation, whether it modifies the presentation in place, how reference_shape_id affects behavior, or any dependencies. It also does not indicate whether shapes are repositioned relative to each other or a reference. This is a significant transparency gap 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.

Conciseness5/5

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

The description is a single, direct sentence that front-loads the core action and includes relevant qualifiers (the alignment positions and the benefit). There is no wasted wording; it is as concise as possible while conveying the primary function.

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?

For a tool with 5 parameters (3 required) and a complex domain (presentation shapes), the description lacks guidance on reference_shape_id semantics, when to use this versus distribution/spacing tools, and what side effects occur. Although an output schema exists, the behavioral and usage gaps make it incomplete.

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?

The input schema provides no descriptions (coverage 0%), and the description only implicitly covers a few parameters: 'multiple shapes' maps to shape_ids, and alignment types are listed, but slide_number is assumed and reference_shape_id is not mentioned at all. presentation_path is entirely unaddressed. The description fails to compensate for the lack of schema documentation.

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 specifies the verb 'Align' with the resource 'multiple shapes' and enumerates the alignment options (left, center, right, top, middle, bottom). It also adds a distinguishing benefit ('without manual coordinate math') that separates it from coordinate-based manual adjustment, clearly conveying purpose and differentiating from siblings like distribute or move.

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 description implies usage for aligning shapes along common edges or center lines, but it does not explicitly state when to prefer this tool over alternatives such as ppt_distribute_shapes or ppt_move_shape. It also does not mention any exclusions or prerequisites (e.g., shapes must be on the same slide), so usage is implied rather than explicit.

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