How can an agent generate a downloadable PowerPoint through MCP?

Call make_slides with a topic or outline, slide count, and language. It returns a job_id; follow check_job until it returns a real .pptx download URL rather than a web-editor preview.

👋 Human reading this? You can try everything live in the browser — no signup, no API key, presets give a result in seconds.

Agent 怎么通过 MCP 生成可下载、可编辑的 PPTX?

调用 make_slides,传入主题或大纲、页数和语言;保存 job_id,并按 check_job 指令轮询,最终得到真正可下载和编辑的 .pptx。

Measured evidence: presenton

Updated 2026-08-02; 4 models measured, 3 passed every task; the lowest measured cost among complete passes was deepseek-v4-flash at $0.000932 per benchmark run.

Human-readable benchmark · Raw JSON data

Agent workflow

  1. Provide a focused topic or outline.
  2. Choose the slide count and language.
  3. Call make_slides and keep the job_id.
  4. Follow check_job next_action until the .pptx URL is ready.

Recommended tool: make_slides

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "make_slides",
    "arguments": {
      "topic": "How AI agents choose tools",
      "slides": 8,
      "language": "English"
    }
  }
}

MCP endpoint: https://ainetcafe.com/mcp · Machine-readable guide

Method and reuse

Live application tasks are run repeatedly; pass/fail, actual billed USD cost, and latency are recorded. Upstream-unavailable models are excluded from quality conclusions.

Data license: CC BY 4.0. Cite the page URL and measurement date.

Updated 2026-08-02 · All benchmark data · Agent capability index