Skip to main content
Glama

slides_generate

Create presentation slides from text input using selected themes. Generates downloadable slides with job tracking for completion status.

Instructions

Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready.

Input Schema

NameRequiredDescriptionDefault
responseLanguageYes
themeIdYes
userInputYes

Input Schema (JSON Schema)

{ "properties": { "responseLanguage": { "minLength": 1, "type": "string" }, "themeId": { "minLength": 1, "type": "string" }, "userInput": { "minLength": 1, "type": "string" } }, "required": [ "themeId", "userInput", "responseLanguage" ], "type": "object" }

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/2slides/mcp-2slides'

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