set_hda_section_content
Directly write or replace the content of a specified section within an HDA definition by providing the node path, section name, and text content, enabling precise updates to asset definitions.
Instructions
Write content to a specific section in an HDA definition.
Args: ctx: MCP context. node_path: Node path. section_name: Section name. content: Section content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| node_path | Yes | ||
| section_name | Yes |