Skip to main content
Glama

create_presentation

Generates a PowerPoint deck from a structured JSON plan, applying design themes and auto-generating images for slides.

Instructions

Create a PowerPoint deck from a structured plan and return the file path.

The orchestrating model is expected to do any web research and produce the slide plan. plan_json is a JSON string matching PresentationPlan:

{ "title": "Deck title", "theme": "dark_tech", "output_filename": "my_deck", "slides": [ {"title": "Intro", "layout": "title", "subtitle": "An AI-generated deck"}, {"title": "Topic", "bullets": ["Point 1", "Point 2"], "image": {"prompt": "futuristic city", "target": "content"}}, {"title": "Deep dive", "layout": "image_full", "image": {"prompt": "abstract data flow"}} ] }

Images declared with a prompt are auto-generated via ComfyUI. To reuse an existing image, set image.source to a local path or URL instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 reveals that images are auto-generated via ComfyUI, and outlines the expected role of the model. This adds useful behavioral context, though it doesn't address error handling or potential side effects.

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

Conciseness4/5

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

The description is well-structured, front-loading the purpose and then providing instructions and an example. At around 150 words, it is informative without being overly verbose, though minor trimming could improve conciseness.

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

Completeness5/5

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

Given the complexity of creating a deck with auto-generated images, the description covers all necessary aspects: input format, model responsibility, image handling, and expected output (file path). The presence of an output schema (indicated in context) ensures return values are documented.

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

Parameters5/5

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

Schema coverage is 0%, but the description provides a detailed JSON example of the plan_json parameter, explaining each field and optional elements. This adds significant meaning beyond the schema's type definition, fully compensating for the lack of schema documentation.

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

Purpose5/5

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

The description clearly states 'Create a PowerPoint deck from a structured plan and return the file path', providing a specific verb ('create') and resource ('PowerPoint deck'). The example of the JSON plan distinguishes it from sibling tools like generate_image, which produce images instead.

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 instructs that 'The orchestrating model is expected to do any web research and produce the slide plan', providing clear context for when this tool should be invoked. It also explains image generation behavior, though it lacks explicit exclusions or comparisons to alternatives.

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/TheRealChickenlegs/document-creation-mcp'

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