Skip to main content
Glama

讯飞智文PPT生成服务MCP Server

create_ppt_by_outline

Generate PowerPoint presentations automatically using a structured outline. Choose templates, add author details, and customize features like automatic image insertion and speaker notes.

Instructions

根据大纲创建PPT。 使用说明: 1. 用于根据已生成的大纲创建PPT。 2. 大纲需通过create_outline或create_outline_by_doc工具生成。 3. template_id需通过get_theme_list工具获取。 4. 工具会返回任务ID(sid),需用get_task_progress轮询查询进度。 5. 任务完成后,可从get_task_progress结果中获取PPT下载地址。 6. 需先设置环境变量AIPPT_APP_ID和AIPPT_API_SECRET。 参数: - text: PPT生成的内容描述,用于指导PPT生成。 - outline: 大纲内容,需从create_outline或create_outline_by_doc工具返回的JSON响应中提取['data']['outline']字段的值。该字段包含生成的大纲内容,格式为dict。 - template_id: PPT模板ID,需通过get_theme_list工具获取。 - author: PPT作者名称,将显示在生成的PPT中。 - is_card_note: 是否生成PPT演讲备注,True表示生成,False表示不生成。 - search: 是否联网搜索,True表示联网搜索补充内容,False表示不联网。 - is_figure: 是否自动配图,True表示自动配图,False表示不配图。 - ai_image: AI配图类型,仅在is_figure为True时生效。可选值:normal-普通配图(20%正文配图),advanced-高级配图(50%正文配图)。 返回: 成功时返回包含sid的字典,失败时抛出异常。

Input Schema

NameRequiredDescriptionDefault
ai_imageNonormal
authorNoXXXX
is_card_noteNo
is_figureNo
outlineYes
searchNo
template_idYes
textYes

Input Schema (JSON Schema)

{ "properties": { "ai_image": { "default": "normal", "title": "Ai Image", "type": "string" }, "author": { "default": "XXXX", "title": "Author", "type": "string" }, "is_card_note": { "default": true, "title": "Is Card Note", "type": "boolean" }, "is_figure": { "default": true, "title": "Is Figure", "type": "boolean" }, "outline": { "additionalProperties": true, "title": "Outline", "type": "object" }, "search": { "default": false, "title": "Search", "type": "boolean" }, "template_id": { "title": "Template Id", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text", "outline", "template_id" ], "title": "create_ppt_by_outlineArguments", "type": "object" }
Install Server

Other Tools from 讯飞智文PPT生成服务MCP Server

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/Alex-Smith-1234/zwppt-mcp'

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