Skip to main content
Glama

read_presentation

Extract text, JSON, or markdown content from PowerPoint presentations, including optional slide ranges and speaker notes for analysis and processing.

Instructions

Read and extract content from PowerPoint presentations

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the PowerPoint file to read
include_notesNoWhether to include speaker notes
output_formatNoOutput format for the contenttext
slide_rangeNoRange of slides to read (optional)

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the PowerPoint file to read", "type": "string" }, "include_notes": { "default": false, "description": "Whether to include speaker notes", "type": "boolean" }, "output_format": { "default": "text", "description": "Output format for the content", "enum": [ "text", "json", "markdown" ], "type": "string" }, "slide_range": { "description": "Range of slides to read (optional)", "properties": { "end": { "description": "End slide number (1-based)", "type": "number" }, "start": { "description": "Start slide number (1-based)", "type": "number" } }, "type": "object" } }, "required": [ "file_path" ], "type": "object" }

Other Tools from PPT-MCP

Related Tools

    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/guangxiangdebizi/PPT-MCP'

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