find_reusable_block
Find reusable OPC UA interfaces and add-ins by querying a capability keyword, then apply or compose the standard block instead of redefining members.
Instructions
Find reusable Interfaces / AddIns by capability — pass a member name or keyword (e.g. "SerialNumber", "DeviceHealth", "Location") and get the standard blocks that already expose it. PREFER applying/composing an existing block over redefining its members inline. Interfaces are applied with interfaces:; addins (types with a DefaultInstanceBrowseName) are composed with addIns:. A single property → use the Interface; a whole named sub-object → use the AddIn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Member name or capability keyword (e.g. "SerialNumber", "health", "calibration") |