Skip to main content
Glama
supercurses

Powerpoint MCP Server

by supercurses

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create-presentationB

This tool starts the process of generating a new powerpoint presentation with the name given by the user. Use this tool when the user requests to create or generate a new presentation.

generate-and-save-imageB

Generates an image using a FLUX model and save the image to the specified path. The tool will return a PNG file path. It should be used when the user asks to generate or create an image or a picture.

add-slide-title-onlyB

This tool adds a new title slide to the presentation you are working on. The tool doesn't return anything. It requires the presentation_name to work on.

add-slide-section-headerC

This tool adds a section header (a.k.a segue) slide to the presentation you are working on. The tool doesn't return anything. It requires the presentation_name to work on.

add-slide-title-contentC

Add a new slide with a title and content to an existing presentation

add-slide-comparisonA

Add a new a comparison slide with title and comparison content. Use when you wish to compare two concepts

add-slide-title-with-tableC

Add a new slide with a title and table containing the provided data

add-slide-title-with-chartC

Add a new slide with a title and chart. The chart type will be automatically selected based on the data structure.

add-slide-picture-with-captionC

Add a new slide with a picture and caption to an existing presentation

open-presentationB

Opens an existing presentation and saves a copy to a new file for backup. Use this tool when the user requests to open a presentation that has already been created.

save-presentationA

Save the presentation to a file. Always use this tool at the end of any process that has added slides to a presentation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 11 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. The slide-adding tools are specialized for different slide types (comparison, picture-with-caption, section-header, title-content, title-only, title-with-chart, title-with-table), while the other tools handle presentation lifecycle operations (create, open, save) and image generation. An agent can easily select the right tool based on the desired slide type or operation.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case. The slide-adding tools consistently use 'add-slide-' prefix followed by the slide type, while other tools use clear action verbs like 'create-', 'open-', 'save-', and 'generate-and-save-'. There are no deviations in naming conventions.

Tool Count5/5

With 11 tools, this server is well-scoped for PowerPoint presentation creation and management. The count is appropriate, covering various slide types, presentation lifecycle operations, and image generation. Each tool earns its place without being excessive or insufficient for the domain.

Completeness4/5

The tool surface is nearly complete for PowerPoint presentation creation and editing. It covers creation, opening, saving, and multiple slide types. The only minor gap is the lack of tools for editing or deleting existing slides, which agents might need to work around by creating new presentations. However, core workflows for building presentations from scratch are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues