Unpack a zip archive
unpack_archiveList a zip archive's entries and extract its text files, letting you inspect a project and turn it into interactive cards. Skips build caches and binary files.
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 |