Skip to main content
Glama

create_presentation_from_templates

Create a complete presentation by applying a sequence of templates with custom content and images, plus a unified color scheme. Turn template configurations into branded PowerPoint decks.

Instructions

Create a complete presentation from a sequence of templates.

Args: template_sequence: List of template configurations, each containing: - template_id: Template to use - content: Content mapping for the template - images: Image path mapping for the template color_scheme: Color scheme to apply to all slides presentation_title: Optional title for the presentation presentation_id: Presentation ID (uses current if None)

Example template_sequence: [ { "template_id": "title_slide", "content": { "title": "My Presentation", "subtitle": "Annual Report 2024", "author": "John Doe" } }, { "template_id": "text_with_image", "content": { "title": "Key Results", "content": "• Achievement 1\n• Achievement 2" }, "images": { "supporting": "/path/to/image.jpg" } } ]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
color_schemeNomodern_blue
presentation_idNo
template_sequenceYes
presentation_titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.6.0

TDQS

A3.9/5.0
Behavior2/5

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

Annotations provide only a title, so the description carries the full burden of disclosing behavioral side effects. It does not state whether creating the presentation overwrites the current presentation when presentation_id is None, whether a new presentation is created, or how existing slides are affected. The phrase 'uses current if None' hints at context-dependence but does not make the mutation scope clear.

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 front-loaded with the core purpose and then provides exactly enough supporting detail. The Args breakdown and example are directly useful and contain no filler. Every sentence and list item contributes to understanding how to call the tool.

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

Completeness4/5

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

For a tool with only one required parameter and an output schema already available, the description is nearly complete: it documents the required structure and optional parameters. It does not enumerate allowed template_id values or color_scheme options, but given the surrounding tool ecosystem, those are discoverable via sibling tools like list_slide_templates and get_template_info. The main missing piece is the side-effect clarification already noted.

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 description coverage is 0%, so the description must compensate, and it does thoroughly. It explains the structure of template_sequence, including template_id, content, and images, and clarifies color_scheme, presentation_title, and presentation_id. The worked example template_sequence adds concrete meaning that the raw schema completely lacks.

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 opens with a specific verb and resource: 'Create a complete presentation from a sequence of templates.' This clearly differentiates the tool from the sibling create_presentation_from_template (singular), since the focus is on a sequence of templates rather than a single template. The example reinforces the intended use case.

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

Usage Guidelines3/5

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

The description implies this tool is for building a full presentation from multiple template configurations, but it never explicitly states when to prefer it over siblings like create_presentation_from_template or create_presentation_from_template_content. There are no when-to-use versus when-not-to-use instructions or alternative tool routing.

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

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/photonn/dial-pptx-mcp'

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