Skip to main content
Glama

Create a PowerPoint deck

pptx_create_deck

Create spec-compliant PowerPoint decks from declarative slide definitions. Clone slides from an existing template to preserve branding, or start from a default theme; every generated file is validated.

Instructions

Build a .pptx from a declarative list of slides (see pptx_list_layouts for the archetype catalog). Bring-your-own-template mode: pass template (your existing company .pptx) and a stencilSlideIndex per slide - each new slide is cloned from that template slide, inheriting its masters, layout, theme and branding, then refilled with your content. New slides are APPENDED after the template's existing slides (this preserves spec-correctness; the template must contain at least one slide to clone). Omit template to build a fresh deck from a neutral default theme. Every call is self-certifying: output is validated against the same OOXML checklist pptx_validate uses before it's returned. Returns the file as a base64 resource plus a summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoPresentation title (metadata, not a slide).
slidesYesThe slides to build, in order.
templateNoOptional existing .pptx to use as the brand template. When given, every slide needs a stencilSlideIndex.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
validYes
byteLengthYes
violationsYes
slidesAddedYesNumber of new slides created (appended, in template mode).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are minimal (all false), so the description carries the burden and does it well: it discloses that new slides are APPENDED after template slides, that the template must contain at least one slide, that output is self-certified against the same OOXML checklist as pptx_validate, and that the result is returned as a base64 resource plus a summary. This is far beyond what the annotations or schema convey.

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 dense but every sentence earns its place: purpose, template mode, append behavior, template requirement, default-theme fallback, self-certification, and return format are all covered without filler. It is front-loaded with the core purpose before diving into mode details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity, the description covers the most important operational context: template cloning, append semantics, validation, and output shape. It also points to pptx_list_layouts for the archetype catalog, which compensates for not enumerating archetypes. Minor gaps remain around failure modes and explicit call-to-action sequencing, but the output schema and rich parameter schema cover much of the remaining detail.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds substantial semantic value: it explains that template mode clones stencil slides and inherits masters, layout, theme and branding; it clarifies stencilSlideIndex's role; and it explains what happens when template is omitted. This goes beyond the schema's field-level descriptions.

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 opens with a specific verb and resource: 'Build a .pptx from a declarative list of slides.' It clearly distinguishes the tool from its siblings by referencing pptx_list_layouts for the archetype catalog and by describing the create/append behavior rather than validation or repair.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description provides clear context for when to use each mode: bring-your-own-template vs. omitting template for a fresh default deck. It also routes the agent to pptx_list_layouts for the archetype catalog and ties validation back to pptx_validate's checklist. It does not explicitly state when not to use this tool versus audit/repair, but those are clearly distinct operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OwnOptic/deckproof-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server