opcua_model_generate
Converts a YAML model into OPC UA NodeSet2.xml, Symbols.CSV, and optionally markdown documentation.
Instructions
Generate OPC UA NodeSet2.xml and Symbols.CSV from a YAML model. Requires an API key (set OPCUA_MODELER_API_KEY env var). Returns base64-encoded artifacts if the model is valid, or diagnostics if validation fails. Optionally set include_docs=true to also generate markdown documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml | Yes | The full YAML model source to generate from | |
| include_docs | No | Set to true to include markdown documentation (slower) |