design.track_changes
Track website design changes over time using automated snapshots and visual comparison. Detect modifications with embedding diff analysis, quantify change scores from 0-1, and categorize sections as added, removed, or modified.
Instructions
同一URLのデザイン変更を時系列で追跡します。スナップショット保存、embedding diffによる変更検出、履歴管理、自動変更検出の4つのアクションを提供します。変更度スコア(0=同一、1=完全に異なる)とセクション単位の変更カテゴリ(added/removed/modified/unchanged)で変更を可視化します。 / Tracks design changes of the same URL over time. Provides 4 actions: snapshot (save), compare (embedding diff), history (list), detect (auto-detect). Visualizes changes with change score (0=identical, 1=completely different) and per-section categories (added/removed/modified/unchanged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 対象WebページのURL / Target web page URL | |
| action | Yes | 実行するアクション / Action to execute: snapshot|compare|history|detect | |
| snapshot_ids | No | compare アクション時のスナップショットID(2件) / Snapshot IDs for compare (exactly 2) | |
| limit | No | history アクション時の取得件数(デフォルト10) / Result limit for history (default 10) | |
| auto_snapshot | No | page.analyze後の自動スナップショット / Auto-snapshot after page.analyze |