get_theme_list
Fetches available PPT templates with filters for style, color, industry, and pay type, returning template IDs for subsequent PPT generation.
Instructions
获取PPT模板列表。使用说明:1. 此工具用于获取可用的PPT模板列表,需先调用本工具获取template_id,后续PPT生成需用到。2. 可通过style、color、industry等参数筛选模板。3. 需先设置环境变量AIPPT_APP_ID和AIPPT_API_SECRET。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | 模板颜色,如:红色、蓝色等 | |
| style | No | 模板风格,如:简约、商务、科技等 | |
| industry | No | 模板行业,如:教育培训、金融等 | |
| page_num | No | 页码,从1开始 | |
| pay_type | No | 模板付费类型,可选值:free-免费模板,not_free-付费模板 | not_free |
| page_size | No | 每页数量,最大100 |