write_file
Create or overwrite a text file within the sandbox root. Requires write permission enabled on server start.
Instructions
Create or overwrite a text file inside the sandbox root.
Disabled unless the server was started with AB_MCP_ALLOW_WRITE enabled.
Args: path: File path relative to the root. content: The full text to write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |