get_type_details
Retrieve detailed information about an OPC UA type, including its components, properties, methods, interfaces, and optional members, to understand its structure before creating instances or subtypes.
Instructions
Get detailed information about a specific type: its components, properties, methods, interfaces, and optional members. Use this to understand a type's structure before creating instances or subtypes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Companion spec alias where the type is defined (e.g. "machinery") | |
| browseName | Yes | The type browse name (e.g. "MachineryItemIdentificationType") |