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
| Field | Type | Description |
|---|---|---|
| content* | string | Raw text content to transform |
| exportType* | string (ppt | pptx | pdf | image | render | share) | |
| topic | string | Title override. When preservationMode is 'instruction', this is the instruction text. |
| slideCount | integer | Number of slides. Omit when preservationMode is 'preserve'. |
| language | string | default "en" |
| domain | string | |
| preservationMode | string (enhance | preserve | summarize | instruction) | How to handle the content. enhance/summarize/instruction require slideCount; preserve auto |
| target_audience | string (executive-leadership | general-employees | clients-customers | students-trainees | technical-team | general-audience) | |
| tone | string (professional | conversational | authoritative | persuasive | educational) | |
| callback_url | string |
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.