export_powerpoint_markdown
Convert a PowerPoint .pptx file into structured Markdown, enabling AI-friendly notes or deterministic content extraction with optional web verification.
Instructions
Export one PowerPoint presentation as structured Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "structured" for AI notes or "extract" for deterministic extraction | structured |
| workers | No | Concurrent slide-summary chunks | |
| model_id | No | Bedrock Mantle model used for structured mode | openai.gpt-5.6-terra |
| cache_path | No | Optional SQLite cache path | |
| input_file | Yes | Path to a .pptx file | |
| web_verify | No | Run bounded client-side web verification | |
| output_file | No | Markdown output path; generated beside the PPT when omitted | |
| cache_backend | No | sqlite, memory, or none | sqlite |
| max_web_queries | No | Maximum search queries when web_verify is enabled | |
| output_language | No | Language code for AI notes, or "source" | ja |
| slides_per_chunk | No | Slides supplied to each summary request |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |