schema
{}
displayName
Edit
description
Make exact string replacements within an existing file. Standard
tool across coding agents (Claude Code Edit, Codex apply_patch,
Cursor edit, etc.).
inputSchema
type
object
required
- file_path
- old_string
- new_string
properties
file_path
type
string
description
Absolute path to the file to edit
old_string
type
string
description
Exact string to replace
new_string
type
string
description
Replacement string
replace_all
type
boolean
description
Replace all occurrences (default false)
outputSchema
mode
normal
streamable
false