getEntityProperties
Retrieve properties and graphics metadata for a specific entity. Pass an entity ID to get back the data or an error message.
Instructions
Read the properties and graphics metadata for one entity. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Entity ID (obtainable via queryEntities) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | Yes |