Read one entry as text
zip_extract_textCall this tool to read one text entry out of an archive without unpacking anything: give the entry name and the text comes back inline. Binary entries are refused by name rather than printed as noise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .zip file | |
| entry | Yes | Exact entry name, as zip_list prints it. A glob is accepted when it matches exactly one entry | |
| max_chars | No | Stop after this many characters (default 200000). The answer says when it was cut |