file_read
Read text file contents safely with size and line limits to access file data securely within Claude Desktop.
Instructions
Read text file contents safely (max 100KB). Use maxLines to limit output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to read | |
| encoding | No | Encoding (default: utf-8) | |
| maxLines | No | Max lines to read |