Run a pre-render visual QA check on carousel slides before publishing.
Run a pre-render visual QA check on carousel slides before publishing. Predicts text overflow against per-layout font-size/container constraints from services/carousel/templates/*. Does NOT call Gemini Vision OCR (that runs inside the worker on the rendered PNG). Use after generate_carousel and before schedule_post to catch clipped text and single-line overflows. Spellcheck is skipped at the MCP layer — the worker handles it with the brand vocab allowlist.
Run a pre-render visual QA check on carousel slides before publishing. › Request Body
visual_styleTemplate style — determines per-layout font sizes + container widths.
response_formatslidesCarousel slides (1-10). Shape matches services/carouselService.ts CarouselSlide. Required fields: slideNumber. Text fields: headline, body, visualDirection, footnote, accentWord, bullets.
Run a pre-render visual QA check on carousel slides before publishing. › Responses
Successful tool execution.
Read the per-layout field constraints used by the visual QA gate (font size, effective width, max lines per field).
Read the per-layout field constraints used by the visual QA gate (font size, effective width, max lines per field). Useful when generating slide text — lets you produce content that fits the first time. Returns the same TEMPLATE_FIELD_CONSTRAINTS table used at publish-time.
Read the per-layout field constraints used by the visual QA gate (font size, effective width, max lines per field). › Request Body
response_formatlayoutSingle layout to inspect. Omit to return all layouts.
Read the per-layout field constraints used by the visual QA gate (font size, effective width, max lines per field). › Responses
Successful tool execution.