讯飞智文PPT生成服务MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_theme_listA | |
| create_ppt_taskA | |
| get_task_progressA | |
| create_outlineA | |
| create_outline_by_docA | |
| create_ppt_by_outlineA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
The tools are mostly distinct with clear purposes: create_outline and create_outline_by_doc both generate outlines but from different inputs (text vs. document), which is reasonable. create_ppt_by_outline and create_ppt_task both create PPTs but differ in input requirements (outline-based vs. direct text-based), which could cause minor confusion. get_task_progress and get_theme_list are clearly separate. Overall, the overlap is minimal and descriptions help clarify differences.
All tool names follow a consistent snake_case pattern with clear verb_noun structures (e.g., create_outline, get_task_progress). The naming is predictable and uniform across all six tools, making it easy for agents to understand and navigate the toolset.
With 6 tools, this server is well-scoped for its purpose of PPT generation. It covers the core workflow from outline creation to PPT generation, task monitoring, and template selection. Each tool serves a specific function without redundancy, and the count is appropriate for the domain.
The toolset covers the essential PPT generation lifecycle: outline creation (from text or document), PPT generation (via outline or direct task), task progress tracking, and template listing. Minor gaps include no explicit tools for updating or deleting tasks or outlines, but agents can work around this by re-running tasks. The surface is largely complete for the stated purpose.