design.track_changes
Track design changes of a web page over time by saving snapshots, comparing versions with embedding diffs, viewing history, and auto-detecting modifications. Visualize changes with a change score and per-section categories.
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 |