part.inspect
Inspect specific UI components by ID to extract detailed styles, HTML snippets, bounding boxes, interaction data, and embedding status for web design analysis.
Instructions
特定のUIコンポーネントパーツの詳細情報を取得します。スタイル、HTML、バウンディングボックス、インタラクション情報、Embedding有無等を返します。 / Inspect a specific UI component part by ID. Returns styles, HTML, bounding box, interaction info, embedding status, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part_id | Yes | パーツID(UUID) / Part ID (UUID) | |
| include_html | No | サニタイズ済みHTMLスニペットを含める / Include sanitized HTML snippet | |
| include_embedding | No | Embedding有無情報を含める / Include embedding availability info |