File Operations
Create files from scratch or edit existing workflow outputs using natural language. Supports CSV, Markdown, HTML, TXT, and JSON formats. Powered by AI for intelligent file editing — add columns, rename fields, reformat data, or generate entirely new documents from structured data.
How it works
01
Parse Input
Reads existing file content or accepts new data
02
AI Processing
AI interprets your create/edit instruction
03
Generate Output
Creates or modifies the file content
04
Save
Returns the file for download or further processing
Parameters
ParameterTypeRequiredDescription
toolselect (2 options)RequiredOperation typefilenamestringOptionalFile name (e.g., "report.csv", "notes.md")instructionstringOptionalEdit instruction (for edit mode)contenttextOptionalFile content or data (string, JSON, list)Example queries
Create a markdown report from my keyword data
Add a Priority column to this CSV
Convert my CSV to a formatted HTML table
Create a summary file from my audit results
Example output
Tool: edit Instruction: "Add a 'Priority' column — High if volume > 5000, Medium if > 1000, else Low" File: keywords.csv — 247 rows Result: Added "Priority" column Keyword Volume KD Intent Priority single origin coffee subscription 8,100 12 transactional High best coffee subscription 2025 6,200 15 informational High organic coffee beans online 4,400 11 transactional Medium coffee bean sampler pack 890 8 commercial Low Distribution: 18 High, 67 Medium, 162 Low
Output formats
CSV/TXT/MD/HTML/JSON
Created or edited file in the specified format
Use cases
Generate client-ready reports from raw data
Add custom columns or calculations to workflow output
Convert between file formats (CSV → Markdown, JSON → HTML)
Create documentation from structured data