read_file
Read file contents to enable policy enforcement by validating actions against organizational standards, security policies, and compliance rules before execution.
Instructions
Read contents of a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | File path |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "File path",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}