|
{
|
|
"name": "file_read",
|
|
"version": "1.0",
|
|
"entrypoint": "Tool",
|
|
"description": "Read file contents from allowed paths",
|
|
"args_schema": {
|
|
"path": {"type": "string", "required": true, "description": "File path to read"}
|
|
},
|
|
"requires_permission": false
|
|
} |