blob_get
Download a blob from a project to a local file path. Writes bytes directly to disk and returns the blob size and optional SHA-256 hash.
Instructions
Download a blob to a local file path. Writes bytes directly to disk (no context-window bloat). Returns size + SHA-256 header (if the blob has one stored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| key | Yes | Blob key to download | |
| output_path | Yes | Local filesystem path to write the bytes to. Parent directories will be created. |