Unpack a zip archive
unpack_archiveList zip archive entries and extract text file contents to inspect projects and generate interactive cards. Skips binary files and build caches for efficient analysis.
Instructions
List a zip archive's entries and return the contents of its text files, so a project can be inspected and turned into cards (code tours, tables, walkthroughs). The path is resolved ON THE MACHINE RUNNING THIS SERVER, not in the caller's sandbox. Build caches and binary entries are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| include | No | Only include entries whose path contains one of these substrings | |
| maxFiles | No |