Skip to main content
Glama
SlideSpeak
by SlideSpeak

generate_slide_by_slide

Create PowerPoint presentations by specifying individual slide content, layouts, and templates for structured slide-by-slide generation.

Instructions

Generate a PowerPoint presentation using Slide-by-Slide input.

Parameters
- template (string): The name of the template or the ID of a custom template. See the custom templates section for more information.
- language (string, optional): Language code like 'ENGLISH' or 'ORIGINAL'.
- include_cover (bool, optional): Whether to include a cover slide in addition to the specified slides.
- include_table_of_contents (bool, optional): Whether to include the ‘table of contents’ slides.
- slides (list[dict]): A list of slides, each defined as a dictionary with the following keys:
  - title (string): The title of the slide.
  - layout (string): The layout type for the slide. See available layout options below.
  - item_amount (integer): Number of items for the slide (must match the layout constraints).
  - content (string): The content that will be used for the slide.

Available Layouts
- items: 1-5 items
- steps: 3-5 items
- summary: 1-5 items
- comparison: exactly 2 items
- big-number: 1-5 items
- milestone: 3-5 items
- pestel: exactly 6 items
- swot: exactly 4 items
- pyramid: 1-5 items
- timeline: 3-5 items
- funnel: 3-5 items
- quote: 1 item
- cycle: 3-5 items
- thanks: 0 items

Returns
- A string containing the final task result (including the PPTX URL when available),
  or an error/timeout message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateYes
slidesYes
languageNo
fetch_imagesNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While it describes the core functionality and return format, it lacks critical behavioral information: no mention of permissions required, rate limits, whether this is a synchronous or asynchronous operation, what happens with invalid inputs, or how errors are handled. The 'Returns' section describes output format but doesn't cover behavioral aspects.

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

Conciseness3/5

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

The description is well-structured with clear sections (Parameters, Available Layouts, Returns) but is overly verbose. The layout options list contains 15 items with detailed constraints that could be summarized more efficiently. The description mixes parameter documentation with implementation details that might be better placed elsewhere. However, the information is logically organized and front-loaded with the core purpose.

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?

Given the tool's complexity (4 parameters with nested structures) and complete lack of annotations and output schema, the description does a reasonably complete job. It documents all parameters thoroughly, explains the complex slides structure, provides layout constraints, and describes the return format. The main gaps are behavioral aspects (permissions, rate limits, error handling) and differentiation from sibling tools, but for parameter semantics it's quite comprehensive.

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?

The description provides extensive parameter documentation that fully compensates for the 0% schema description coverage. It explains all 4 parameters with clear semantics: 'template' (name/ID with reference to custom templates), 'language' (code examples), 'include_cover' and 'include_table_of_contents' (boolean purposes). Most importantly, it documents the complex 'slides' parameter structure with detailed layout constraints that aren't captured in the schema at all.

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's purpose: 'Generate a PowerPoint presentation using Slide-by-Slide input.' This specifies the verb ('generate') and resource ('PowerPoint presentation') with a specific method ('Slide-by-Slide input'). However, it doesn't explicitly differentiate from sibling tools like 'generate_powerpoint' - the distinction is implied but not stated.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. There's no mention of when this 'slide-by-slide' approach is preferable over other presentation generation methods, nor does it reference the sibling 'generate_powerpoint' tool. The only contextual information is the tool name itself, which suggests a specific input method.

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/SlideSpeak/slidespeak-mcp'

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