Read Many Files
read_many_filesRead multiple text files in a single call to reduce repeated read windows. Returns bounded per-file previews with configurable line, byte, and character limits to keep results concise.
Instructions
Read multiple text files in one compact tool call to reduce repeated read/cat windows. Returns bounded per-file previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| workspace_id | No | Optional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected. | |
| conversation_id | No | Connector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding. | |
| max_total_chars | No | Override context.max_total_chars for this call. | |
| max_chars_per_file | No | ||
| max_files_per_task | No | Override context.max_files_per_task for this call. | |
| max_lines_per_file | No | Override context.max_lines_per_file for this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |