
Create branded HTML presentations using structured slide specs. Outputs JSON DeckSpec instead of raw HTML — the server handles all rendering, styling, and viewport fitting.
Create stunning, animation-rich HTML presentations locked to your brand identity. Use when the user wants to build a branded presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. On first use, a brand wizard walks you through defining your visual identity — every presentation after that is automatically on-brand.
Create or modify table blocks using update_table_block. Covers template syntax, target_shape constraints, and table generation patterns.
Create or modify text blocks using update_text_block. Covers template syntax with variable references, LLM generation, and constrained outputs.
Create a report using Motley.
Explore available models before building documents. Covers listing models, inspecting schemas, and creating custom models/measures.
Create and validate BrandConfig JSON files that define the complete visual identity for HTML slide presentations. Use when setting up a new brand, onboarding a new client, or debugging styling issues in the frontend-slides system.
Create or modify numerical query blocks within text or table blocks using update_query_block. Queries provide data values referenced as {query_name} in parent templates.
End-to-end workflow for creating a data-driven master in Motley. Guides through cube research, outline planning, master creation, slide layout selection, content configuration, and final review. Use when asked to create a master, build a deck, or make a presentation.
Create branded HTML presentations using structured slide specs. Outputs JSON DeckSpec instead of raw HTML — the server handles all rendering, styling, and viewport fitting.
Create a report using Motley.
Import a Google Slides presentation as a layout library, create a master from it, and sync element content from a reference master.
Create or modify charts using update_chart_block. Covers chart type selection, structured query and chart_details parameters, and verification with render_chart.