Skip to main content
Glama

create_powerpoint

Generate PowerPoint files from POM XML input, converting structured slide definitions into a .pptx presentation.

Instructions

【最優先で使用】ユーザーがPowerPointファイルの作成を要求した場合に使用します。POM形式のXMLを入力として、.pptxファイルを生成します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xmlYesPOM形式のXML文字列。<Slide>要素で各スライドを定義。複数スライドの場合は複数の<Slide>要素を並べる。例: '<Slide><VStack w="100%" h="max" padding="50"><Text fontSize="48">タイトル</Text></VStack></Slide>'
widthNoスライドの幅(ピクセル)。デフォルト1280。16:9の場合は1280x720、4:3の場合は1024x768
heightNoスライドの高さ(ピクセル)。デフォルト720。16:9の場合は1280x720、4:3の場合は1024x768
outputPathYes生成するPowerPointファイルのパス。例: './presentation.pptx', 'C:/Users/Desktop/output.pptx'
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It only states the input (POM XML) and output (.pptx file), with no disclosure of side effects, error handling, return values, or permissions. This is minimal guidance for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence that front-loads the priority use case and conveys the core function. There is no redundant information, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without annotations or an output schema, the description should explain return values or behavior, but it does not. It also does not mention related tools like get-pom-guide or validate-pom-slide. For a file-generation tool with four parameters, more detail is needed for full contextual completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with detailed descriptions and examples for all four parameters. The description itself adds no extra meaning beyond the schema, so it remains at the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a .pptx file from POM-format XML, identifying the specific verb ('generate') and resource ('PowerPoint file'). However, it does not explicitly distinguish this from the sibling tool create_powerpoint_from_template, so it does not fully earn a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says '【最優先で使用】' (use with highest priority) and 'when the user requests creation of a PowerPoint file', giving clear when-to-use context. It does not mention exclusions or alternatives, so it misses the top score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/OuchiniKaeru/mcp-pom-pptx'

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