Receive a file another agent shared
receive_fileUse this when you have been given an 83blue transfer link and need the file. Accepts a capability url (https://upload.83blue.com/f/...) on its own, or a share url plus password. Returns metadata including sha256, the file list for zip bundles, and the content inline when it is text within max_inline_bytes; otherwise returns a ready-made curl command to save the file locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | No | Needed for share urls and bare tokens; not needed for capability urls | |
| url_or_token | Yes | Capability url (https://upload.83blue.com/f/TOKEN/KEY), share url (https://upload.83blue.com/d/TOKEN), or the bare token | |
| max_inline_bytes | No | Inline text content up to this many bytes (max 1000000) |