heavy_write
Write large content directly to disk, bypassing LLM limitations for files exceeding 300 characters.
Instructions
Direct file write - NO LLM involved. Use for large content.
Bugs can't reliably echo content >300 chars through the LLM.
This tool writes directly to disk, bypassing the model entirely.
path: File path to write to
content: Content to write (any length)
Returns: success/error status and bytes written
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |