Skip to main content
Glama

讯飞智文PPT生成服务MCP Server

get_theme_list

Retrieve a customizable list of PowerPoint templates by filtering styles, colors, and industries. Use the tool to obtain template IDs required for generating presentations on iFlytek's PPT service.

Instructions

获取PPT模板列表。 使用说明: 1. 此工具用于获取可用的PPT模板列表,需先调用本工具获取template_id,后续PPT生成需用到。 2. 可通过style、color、industry等参数筛选模板。 3. 需先设置环境变量AIPPT_APP_ID和AIPPT_API_SECRET。 参数: - pay_type: 模板付费类型,可选值:free-免费模板,not_free-付费模板。 - style: 模板风格,如:简约、商务、科技等。 - color: 模板颜色,如:红色、蓝色等。 - industry: 模板行业,如:教育培训、金融等。 - page_num: 页码,从1开始。 - page_size: 每页数量,最大100。 返回: 包含模板列表的字典,每个模板包含template_id等信息。

Input Schema

NameRequiredDescriptionDefault
colorNo
industryNo
page_numNo
page_sizeNo
pay_typeNonot_free
styleNo

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Color" }, "industry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Industry" }, "page_num": { "default": 2, "title": "Page Num", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "pay_type": { "default": "not_free", "title": "Pay Type", "type": "string" }, "style": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Style" } }, "title": "get_theme_listArguments", "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