part.inspect
Retrieve detailed information about a UI component part by its ID, including styles, HTML, bounding box, interaction info, and embedding availability.
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 |