Skip to main content
Glama

List layout archetypes (and optionally a template's stencils)

pptx_list_layouts
Read-onlyIdempotent

List slide layouts and inspect a PowerPoint template to see its slides, layout names, and placeholder types. Use it to choose a stencil slide for each new slide.

Instructions

Returns the catalog of slide layout archetypes pptx_create_deck supports (e.g. cover, agenda, comparison table). If you pass a template (an existing .pptx), it also returns that template's existing slides with their layout names and placeholder types, so you can pick a stencilSlideIndex for each new slide in template mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateNoOptional existing .pptx to inspect for stencil slides.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
layoutsYes
templateSlidesNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish readOnlyHint and idempotentHint, and the description adds meaningful behavioral context beyond them: it behaves differently with and without the optional template, returning either the archetype catalog or also template slide details. OpenWorldHint=false is not contradicted by the description.

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 two sentences with no filler, front-loading the primary return value and then explaining the conditional template behavior. The title adds a concise summary, and every word contributes to operational understanding.

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

Completeness5/5

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

Given one optional parameter, a rich output schema, and clear annotations, the description fully covers both invocation modes and the practical purpose of the template parameter. There are no significant gaps for an agent to call this tool correctly.

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?

The input schema already documents template, path, and base64 with 100% coverage, so the baseline is 3. The description adds functional value by explaining that passing a template lets the agent inspect existing slides and pick stencilSlideIndex values, which the schema alone does not convey.

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 clearly states the tool's function: it returns the catalog of slide layout archetypes supported by pptx_create_deck, and optionally inspects an existing template's slides for layout names and placeholder types. It uses specific, distinct language that separates it from the sibling tools like create, validate, audit, and 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 clearly explains when to use the tool: before creating a deck or when working in template mode, specifically to choose a stencilSlideIndex. It does not explicitly name alternatives or state when not to use it, but the context is strong enough for an agent to infer correct usage.

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