read_archive_entry
Extract and read the text contents of a specific file entry within an archive, supporting ZIP, TAR, and TAR.GZ formats.
Instructions
Read the text contents of a file entry inside an archive (ZIP, TAR, TAR.GZ).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archivePath | Yes | Relative path to the archive file. | |
| entryPath | Yes | Path of the entry within the archive. | |
| maxBytes | No | Maximum bytes to read from the entry (default: server limit). |