XML File Creator
create_xml_fileGenerate an XML file from valid XML content. Optionally specify a custom filename for the output.
Instructions
Creates an XML file from provided XML content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Custom filename for the output file (without extension). If not provided, a unique identifier will be used. | |
| xml_content | Yes | Complete, well-formed XML content. Must be valid XML with proper opening and closing tags. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |