file-delete
Remove a file. Destructive. Requires explicit user approval.
id tool/file-deletev1.0.0function file_delete
Signature
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | yes | File path |
| returns | object | {path, removed}. |
Tool definition for the model
{
"name": "file_delete",
"description": "Delete a file at a path.",
"input_schema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "File path"
}
},
"required": [
"path"
]
}
}Author convergent-systems-key. Source convergent-systems-co/agent-atoms (original ↗). License Apache-2.0. Re-typed from tool-definition by scripts/migrate-policy-tool.py.