Opens an existing presentation and saves a copy to a new file for backup. Use this tool when
AI agents use open-presentation to create or update resources in Powerpoint MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Powerpoint MCP Server environment.
This tool performs a Write operation by creating a backup copy of an existing presentation file. It does not delete, execute arbitrary code, or cause irreversible changes. The blast radius is low since creating a backup copy is a standard, non-destructive operation that can be easily undone or managed.
From the tool's definition The tool description states it 'Opens an existing presentation and saves a copy to a new file for backup.' The action of saving a copy to a new file constitutes creating/modifying data reversibly.
Attacks that exploit this kind of access
Opens an existing presentation and saves a copy to a new file for backup. Use this tool when. It is categorised as a Write tool in the Powerpoint MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Powerpoint MCP Server MCP server in PolicyLayer and add a rule for open-presentation: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Powerpoint MCP Server. Nothing to install.
open-presentation is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the open-presentation rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for open-presentation. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
open-presentation is provided by the Powerpoint MCP Server MCP server (supercurses/powerpoint). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.