Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_presentation | Create a new PowerPoint presentation from scratch. Accepts a JSON specification with slides, shapes, text content, and formatting. Supports text boxes, rectangles, ovals, images, and various text formatting options. Use this to create new presentations before using other tools to modify them. |
| extract_text_inventory | Extract structured text content from a PowerPoint presentation. Returns JSON with all text shapes, their positions, and formatting details. Useful for understanding presentation structure before making replacements. |
| apply_text_replacements | Apply text replacements to a PowerPoint presentation using a JSON specification. The JSON should map slide/shape IDs to new paragraph content with formatting. All text shapes are cleared unless explicitly provided with new content. |
| rearrange_slides | Rearrange slides in a PowerPoint presentation. Can duplicate, delete, and reorder slides based on a sequence of indices. Slide indices are 0-based. The same index can appear multiple times to duplicate. |
| create_thumbnail_grid | Create visual thumbnail grids from PowerPoint slides. Useful for quick visual analysis of presentation structure and layouts. For large presentations, multiple grid images are created automatically. |
| unpack_office_document | Unpack an Office document (.docx, .pptx, .xlsx) to a directory. The XML files are pretty-printed for easy reading and editing. Use this to inspect or manually edit the raw XML structure. |
| pack_office_document | Pack a directory back into an Office document (.docx, .pptx, .xlsx). Removes pretty-printing whitespace from XML before packing. Can optionally validate the document before saving. |
| validate_office_document | Validate an unpacked Office document against XSD schemas. Checks XML well-formedness, namespace declarations, unique IDs, file references, content types, and schema compliance. Returns detailed error messages for any issues found. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |