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.

Capabilities

Features and capabilities supported by this server

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

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/timon-strauss/power-point-mcp'

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