get_hda_section_content
Read specific sections of Houdini Digital Asset definitions with pagination. Supports utf8 or base64 encoding to fetch content in chunks using offset and limit.
Instructions
分页读取 section 正文(add-hda-management-tools,READ_ONLY)。
``encoding`` 显式必填 ``utf8`` / ``base64``;两种模式均以
``binaryContents()`` 一次拿到的 raw bytes 为唯一分页真相。
响应过 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| section | Yes | ||
| encoding | Yes | ||
| node_type | Yes |