WRITE_FILE_TOOL_DESCRIPTION = 'Writes content to a file. Creates the file if it does not exist; replaces it entirely if it does.\n\nUsage:\n- Use this tool when you intend to create a new file or replace the whole file. You do not need to read the file first.\n- Prefer to edit existing files (
with the edit_file tool
) over creating new ones when possible.\n'