Skip to main content
Glama
atharva-bedekar

PowerPoint MCP Server

ppt_save_as

Save the active presentation to a new file path, preserving the original. Specify destination and overwrite preference.

Instructions

Save session working copy to a specified new destination file path without modifying the original.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
overwriteNo
output_pathYes
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, the description must disclose side effects and behaviors. It does state that the original is not modified, which is positive, but it fails to mention the overwrite parameter's behavior (default false means it may error or not overwrite an existing file, but this is not described) or the role of presentation_path. This leaves critical behavioral unknowns.

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, concise sentence with no filler. The key constraint (not modifying the original) is front-loaded and the purpose is stated efficiently. Structural excellence.

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?

Given the tool has 3 parameters including an overwrite flag and an optional presentation_path, and there are siblings like ppt_save, the description is too sparse. An agent cannot correctly infer parameter usage or when to select this tool. The output schema exists, but that does not help with parameter semantics or usage context.

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 coverage is 0%, so the description must compensate for parameter documentation. It only implicitly references output_path as the destination, but does not explain overwrite (whether it controls overwriting an existing file) or presentation_path (which presentation to save). This is insufficient for a 3-parameter tool.

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 'Save' with resource 'session working copy' and a destination path, and explicitly distinguishes from the original by saying 'without modifying the original.' This clearly differentiates it from sibling ppt_save, making its 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 Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives like ppt_save or ppt_revert. It only states what it does, leaving the agent to infer that it is for creating a copy. No conditions, exclusions, or selection criteria are provided.

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