Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Storage Read and Update File
Version 1.0.0
List files in a known folder, inspect the first file, read its text content, and write updated content back.
Provider
Workflows
read-and-update-file
Locate a file in a known folder, read it, and write updated content back.
Lists files in the requested known folder, inspects and reads the first matching file, and writes new text content back to that same file.
1
listFiles
List files of the requested type in the known folder and capture the first file's path as the working file id.
2
getFile
Fetch detailed properties for the selected file, including size and modification time.
3
4
writeContent
Write the new text content back to the same file using a UTF-8 text write.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.