Terminal Controller for MCP

by GongRzhe
Verified

write_file

Save or append string or JSON content to a file using specified write mode ('overwrite' or 'append'). Ideal for managing file operations programmatically in the Terminal Controller for MCP environment.

Instructions

Write content to a file Args: path: Path to the file content: Content to write (string or JSON object) mode: Write mode ('overwrite' or 'append') Returns: Operation result information

Input Schema

NameRequiredDescriptionDefault
contentYes
modeNooverwrite
pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "mode": { "default": "overwrite", "title": "Mode", "type": "string" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path", "content" ], "title": "write_fileArguments", "type": "object" }

You must be authenticated.

Other Tools from Terminal Controller for MCP

Related Tools

ID: i59xcpycnh