Check Caption Safe Zone
check_caption_safe_zoneChecks captions, titles, logos, and graphics against platform UI overlay zones and suggests the nearest clear position to keep content visible.
Instructions
Check caption, title, logo, and graphic rectangles against approximate platform UI overlay zones (TikTok, Reels, Shorts, feed, YouTube, LinkedIn, X) and suggest the nearest clear position. Local-only geometry on caller-supplied normalized rects; it never reads or changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Output frame size in pixels; used for orientation checks and pixel readback. | |
| elements | Yes | On-screen rectangles normalized to the frame (0..1), with x,y at the top-left corner. | |
| platform | Yes | Target platform whose UI overlays are checked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |