Bundle a month of documents
zip_bundle_monthLocal (stdio) install only. On this hosted endpoint /mcp/invoice, /mcp/quotes, /mcp/expense-tracker, /mcp/docx and /mcp/resume return their documents as one-hour download links and keep no output folder to read, so there is nothing for this tool to bundle. Pack the files with zip_upload plus zip_create instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Month as YYYY-MM. Default: this month. Files are chosen by their modification date | |
| dry_run | No | Report what would go in and write nothing | |
| servers | No | Only these sibling servers: invoice, quotes, expense-tracker, docx, resume. Default: all five | |
| out_path | No | Name for the bundle. Default: the month, e.g. 2026-09 | |
| overwrite | No | Replace out_path if it exists. Default false |