illustrator_observe
Capture visual evidence of Illustrator artwork with raw or annotated previews, annotation maps, and edit handles. Inspect artboards, crop regions, or compare boards without triggering mutations.
Instructions
Capture coordinated visual evidence and precise follow-up handles.
CONTRACT: readOnly=False, destructive=False, idempotent=True, openWorld=True
WHEN TO USE:
Inspecting current artwork before or after managed edits
Obtaining raw or annotated previews and an annotation-to-handle map
Capturing a high-resolution crop without a dummy mutation
OPTIONS: mode: raw, annotated, or both clip_box: optional targeted crop in artboard-relative screen coordinates max_items: annotation-map cap; omissions are reported explicitly
RESULT: Returns image content plus context, timing, annotation map, handle expiry, managed runtime generation, omissions, and preservation verification.
EXAMPLES: Compact annotated evidence and handles: {"params": {"mode": "annotated", "detail": "summary", "map_detail": "compact"}} Look at the page and get handles for what is on it: {"params": {"mode": "both"}} Crop to a region, in artboard-relative points: {"params": {"mode": "raw", "clip_box": [0, 0, 200, 120]}} Compare every artboard on one contact sheet: {"params": {"artboards": "all"}} Three specific boards, on a checkerboard: {"params": {"artboards": [0, 2, 5], "background": "checkerboard"}}
NOTES:
Handles are document/session scoped and never stamp notes
A sampled fingerprint is not used as a document revision
The coordinator prevents managed mutations from interleaving with capture
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |