First seen
Jan 30, 2026
45
Score
Tools & actions
Current tool inventory
5 actions
Actions
5
Templates
3
Auth used
None
apply_theme
DataPUBLIC WRITE Open world Apply a visual theme to re-style the entire presentation. WHEN TO USE: - User says "apply Tokyo Dark theme", "change theme to Paris", etc. - User wants to customize the presentation appearance AVAILABLE THEMES (18 total): • Urban: copenhagen, tokyo, paris, berlin, new-york, la, zurich, shanghai (each has -light and -dark variants) • Gradient: cosmic-pulse-light/dark REQUIRES: presentation_id from previous slide creation. This re-renders all slides with the new theme.
Visibility
public
Widget access
Unknown
Labels
create_slide
RenderPUBLIC WRITE Open world Create EXACTLY ONE presentation slide. Use this tool ONLY when creating a single slide. CRITICAL RULES: - For creating 2 or more slides at once, you MUST use "create_slide_carousel" instead - NEVER call this tool multiple times - The image_id is OPTIONAL - if omitted or empty, the system automatically selects the best matching image - You do NOT need to call search_images first - just provide slide content and let the system handle images - When adding to an existing presentation, ALWAYS pass the presentation_id from the previous response WORKFLOW: 1. User asks for a slide → Use this tool with slide content (image_id optional) 2. User asks for multiple slides → Use create_slide_carousel instead (NEVER call this multiple times)
Visibility
public
Widget access
true
Labels
create_slide_carousel
RenderPUBLIC WRITE Open world Create MULTIPLE presentation slides at once and display them in a carousel viewer. WHEN TO USE THIS TOOL: - User asks to "add 3 more slides" → Use this tool with 3 slides in the array - User asks for "a presentation about X" → Use this tool with all slides - User asks for "more slides" or "additional slides" → Use this tool - ANY request involving 2 or more slides → Use this tool CRITICAL RULES: - ALWAYS use this for creating 2+ slides - NEVER call create_slide multiple times - The image_id is OPTIONAL for each slide - the system automatically selects best matching images - You do NOT need to call search_images first - just provide slide content - When adding to an existing presentation, ALWAYS pass the presentation_id from the previous response This displays all slides in a beautiful scrollable carousel view instead of individual slide widgets.
Visibility
public
Widget access
true
Labels
search_images
DataSearch for professional images and automatically select the best match. WHEN TO USE: - ONLY when a user explicitly asks to see image options or wants to choose a specific image - OPTIONAL: You can skip this entirely - create_slide and create_slide_carousel will auto-select images This tool searches for images matching the caption and returns the BEST MATCHING image_id ready to use. The returned image_id can be passed to create_slide or create_slide_carousel. For most cases, simply omit the image_id when creating slides - the system handles image selection automatically.
Visibility
public
Widget access
Unknown
Labels
show_theme_picker
RenderDisplay an interactive visual theme picker widget. WHEN TO USE: - User says "show themes", "what themes are available", "let me pick a theme" - User wants to browse theme options visually Shows a widget with 18 themes across 2 categories (Urban, Gradient) with color swatches and fonts.
Visibility
public
Widget access
true
Labels