create_hda
Convert an existing subnet node into a reusable HDA file by specifying the destination path, operator type, label, and version.
Instructions
Create a new HDA from an existing subnet node.
Args: ctx: MCP context. node_path: Subnet node path. hda_file: Destination HDA file path. type_name: Operator type name. label: Human-readable label. version: Version string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| version | No | 1.0 | |
| hda_file | Yes | ||
| node_path | Yes | ||
| type_name | Yes |