Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Tool description

Write, as sent

SDK-CLI Agent SDK, print mode, v2.1.270. One model string produces this prompt.

As described in the slash command: /security-review request, not the ordinary one.

This tool has no description in the capture before this one on this arm, so the left gutter is empty rather than marking every line as new.

Lines3240 characters
Movednothing to compare against
Reach1model strings receive this description
Copies1distinct descriptions under this name
Parameters22 of them required Tools in captureall of themevery description on this arm
Plain text · sha256 c5d31bd00109

The description, rendered

This renders the markdown inside the description, so it isn’t quite the description itself.

The raw view and the plain text are the bytes as they were sent.

Writes a file to the local filesystem, overwriting if one exists.

When to use: creating a new file, or fully replacing one you've already Read. Overwriting an existing file you haven't Read will fail. For partial changes, use Edit instead.

What it accepts

2 parameters The JSON parameter schema sent beside this description, 408 characters of it. Name, type, then whether the client marked it required.
content string required The content to write to the file
file_path string required The absolute path to the file to write (must be absolute, not relative)

sha256 7369ad28cd66 · the schema as the client sent it:

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "content": { "description": "The content to write to the file", "type": "string" }, "file_path": { "description": "The absolute path to the file to write (must be absolute, not relative)", "type": "string" } }, "required": [ "file_path", "content" ], "type": "object" }