Skip to main content
Glama

Smart-AI-Bridge

write_files_atomic

Write multiple files atomically with backup support to ensure data integrity during file modifications. Provides enterprise-grade safety mechanisms for reliable file operations.

Instructions

✍️ Write multiple files atomically with backup - Enterprise-grade file modification with safety mechanisms

Input Schema

NameRequiredDescriptionDefault
create_backupNo
file_operationsYes

Input Schema (JSON Schema)

{ "properties": { "create_backup": { "default": true, "type": "boolean" }, "file_operations": { "items": { "properties": { "content": { "type": "string" }, "operation": { "default": "write", "enum": [ "write", "append", "modify" ], "type": "string" }, "path": { "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" } }, "required": [ "file_operations" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/Smart-AI-Bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server