Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PPTX_TARGETYesAbsolute path to the one .pptx the server may touch.
PPTX_TEMPLATENoAbsolute path to a .pptx or .potx template, if any.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
presentation_infoA

Return high-level facts about the bound presentation.

list_slidesA

List every slide with its layout, title, and a short text snippet.

read_slideC

Return shape-level details for a single slide.

create_presentation_from_templateC

Create the bound target file from PPTX_TEMPLATE.

add_slideB

Add a slide using layout_name; fill ONLY supplied placeholders.

set_slide_placeholderC

Set a placeholder on an existing slide by its name.

set_slide_placeholder_by_idxC

Set a placeholder on an existing slide by its layout idx.

set_slide_titleC

Set the title placeholder of a slide.

delete_slideC

Remove a slide from the bound presentation.

reorder_slideC

Move a slide to a new position.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes, but set_slide_placeholder and set_slide_placeholder_by_idx could cause confusion as both set placeholders via different identifiers; however, descriptions clarify the difference.

Naming Consistency4/5

Tools follow a consistent verb_noun pattern in snake_case, e.g., add_slide, delete_slide. The exception is presentation_info, which lacks a verb, but overall the naming is predictable.

Tool Count5/5

10 tools cover the essential operations for PowerPoint slide management (create, read, update, delete, reorder) without being excessive or sparse for the domain.

Completeness3/5

The set covers core slide lifecycle and placeholder manipulation, but lacks tools for adding custom shapes, images, or saving/exporting, which may be needed for full PowerPoint editing.

Maintenance

ActivityInactive
ResponsivenessNo issues