Skip to main content
Glama
atharva-bedekar

PowerPoint MCP Server

ppt_analyze_slide_structure

Analyze any slide's semantic layout hierarchy, shape roles, confidence scores, and container nesting to reveal its logical structure.

Instructions

Analyze the complete semantic layout hierarchy, shape roles (slide_title, subtitle, card, card_title, metric, badge, body, bullet, footer, icon, image, connector), confidence scores, and logical container nesting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slide_numberYes
presentation_pathNo

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 must disclose behavioral traits. It states the tool analyzes and returns confidence scores and nesting, but does not clarify whether it is read-only, what side effects (if any) exist, or any limitations or failure modes. For an analysis tool, this is a significant omission.

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 action and enumerates the analyzed components. It is efficient and structured, with no wasted words. However, it packs in many terms without elaboration, which slightly reduces clarity.

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?

Even though an output schema exists and return values are not needed in the description, the description does not explain how to specify the slide or provide enough context for a complex semantic analysis tool. It lacks parameter guidance and usage context, leaving critical gaps for an agent to call it correctly.

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

Parameters1/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 compensate by explaining parameters. It does not mention 'slide_number' (which slide to target) or 'presentation_path' (optional path to an alternative file). The agent receives no semantic meaning for the required parameter, making correct invocation guesswork.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Analyze') on a well-defined resource ('slide structure') and enumerates the semantic elements it covers (shape roles, confidence scores, container nesting). It distinguishes itself from raw inspection tools like ppt_inspect_slide by emphasizing semantic hierarchy and roles, though it does not explicitly name an alternative.

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?

The description gives no guidance on when to use this tool versus siblings such as ppt_analyze_containers or ppt_inspect_slide. It does not mention typical use cases, prerequisites, or conditions under which this tool is preferred, leaving the agent to infer its applicability.

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