decode_base64_to_file
Decode base64 encoded content and write the decoded binary data to a specified file at an absolute path.
Instructions
Decode a base64 string and write it to a file.
This tool takes base64 encoded content and writes the decoded binary data to a file. Only absolute paths are allowed for security reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path where to save the decoded file | |
| base64_content | Yes | Base64 encoded content to decode and write to file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |