{
"name": "read_file",
"description": "Lee el contenido de un archivo",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Ruta del archivo"
}
},
"required": [
"path"
]
}
}