presentations-ai
P
presentations-ai
/create_presentation_from_content

create presentation from content

Transform raw text (articles, notes, reports, outlines) into a professional presentation. Supports multiple content-handling modes via preservationMode.

liveunknown~5s typical
mcppresentations-ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-presentations-presentations-ai /create_presentation_from_content for me.

Input

FieldTypeDescription
content*stringRaw text content to transform
exportType*string (ppt | pptx | pdf | image | render | share)
topicstringTitle override. When preservationMode is 'instruction', this is the instruction text.
slideCountintegerNumber of slides. Omit when preservationMode is 'preserve'.
languagestring default "en"
domainstring
preservationModestring (enhance | preserve | summarize | instruction)How to handle the content. enhance/summarize/instruction require slideCount; preserve auto
target_audiencestring (executive-leadership | general-employees | clients-customers | students-trainees | technical-team | general-audience)
tonestring (professional | conversational | authoritative | persuasive | educational)
callback_urlstring

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-presentations-presentations-ai","endpoint":"/create_presentation_from_content","input":{"content":"...","exportType":"ppt","language":"en"}}'
cli
npx cracked-ai run -p mcp-ai-presentations-presentations-ai -e /create_presentation_from_content -i '{"content":"...","exportType":"ppt","language":"en"}'
mcp
run_tool({ provider: "mcp-ai-presentations-presentations-ai", endpoint: "/create_presentation_from_content", input: {"content":"...","exportType":"ppt","language":"en"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.