Pptx

39 tools. 33 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

33 can modify or destroy data
6 read-only
39 tools total

Community server · catalogue entry verified 02/07/2026

How to control Pptx ↓

What Pptx exposes to your agents

Read (6) Write / Execute (31) Destructive / Financial (2)
Critical Risk

The most dangerous Pptx tools

33 of Pptx's 39 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Pptx

PolicyLayer is an MCP gateway — it sits between your AI agents and Pptx, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "pptx_delete_shape": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "pptx_add_auto_fit_textbox": {
    "limits": [
      {
        "counter": "pptx_add_auto_fit_textbox_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "pptx_check_layout": {
    "limits": [
      {
        "counter": "pptx_check_layout_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Pptx — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON PPTX →

Instant setup, no code required.

All 39 Pptx tools

WRITE 31 tools
Write pptx_add_auto_fit_textbox pptx_add_auto_fit_textbox Write pptx_add_bullet_block Add a bulleted text block with multiple items. Write pptx_add_callout Add a callout annotation: textbox + connector arrow pointing to target. Write pptx_add_chart pptx_add_chart Write pptx_add_connector Add a connector line between two points. Position in inches. Write pptx_add_content_slide pptx_add_content_slide Write pptx_add_data_table pptx_add_data_table Write pptx_add_flex_container pptx_add_flex_container Write pptx_add_icon pptx_add_icon Write pptx_add_image Add an image (PNG, JPG, SVG) to a slide. Position in inches. If only width or height is given, aspect ratio is Write pptx_add_kpi_row Add a row of KPI callout boxes. Write pptx_add_milestone_timeline pptx_add_milestone_timeline Write pptx_add_paragraph Append a new paragraph to an existing shape's text frame. Useful for multi-line text. Write pptx_add_responsive_card_row pptx_add_responsive_card_row Write pptx_add_section_divider Add a section divider slide with dark background, centered title, and accent stripes. Auto-renders a preview P Write pptx_add_shape pptx_add_shape Write pptx_add_slide Add a new slide. Layout 6 = Blank (most common). Write pptx_add_table pptx_add_table Write pptx_add_textbox Add a text box to a slide. Position and size in inches. Alignment: left/center/right. Vertical anchor: top/mid Write pptx_build_deck pptx_build_deck Write pptx_build_slide pptx_build_slide Write pptx_create Create a new blank PPTX file. Default is 16:9 widescreen. Write pptx_duplicate_slide Duplicate a slide (appended at end). Write pptx_edit_table_cell Edit a single table cell's text and formatting. Write pptx_edit_table_cells Batch edit multiple table cells. Write pptx_edit_text Edit text content and formatting in an existing shape's paragraph. Supports all formatting: font, color, bold, Write pptx_format_shape Reposition, resize, or restyle an existing shape. Dimensions in inches. Write pptx_format_table Apply bulk formatting to an entire table (font, header colors, alternating rows). Write pptx_move_slide Move a slide from one position to another. 0-based indices. Write pptx_set_dimensions Set presentation slide dimensions in inches (applies to all slides). Write pptx_set_slide_background Set solid background color for a slide. Color as hex e.g. '051C2C' (without ).

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Pptx

Can an AI agent delete data through the Pptx MCP server? +

Yes. The Pptx server exposes 2 destructive tools including pptx_delete_shape, pptx_delete_slide. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Pptx? +

The Pptx server has 31 write tools including pptx_add_auto_fit_textbox, pptx_add_bullet_block, pptx_add_callout. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Pptx.

How many tools does the Pptx MCP server expose? +

39 tools across 4 categories: Destructive, Execute, Read, Write. 6 are read-only. 33 can modify, create, or delete data.

How do I enforce a policy on Pptx? +

Register the Pptx MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Pptx tool call.

Deterministic rules across all 39 Pptx tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

39 Pptx tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.