Get Basecamp Upload
basecamp_get_uploadRetrieve uploaded files from a Basecamp vault with content adapted for LLM use: images as viewable content, text files as text, and binary files as metadata.
Instructions
Get a file uploaded to a vault. For images, returns the image content that the LLM can see directly. For text-based files (plain text, CSV, JSON, XML, etc.), returns the file content as text. For other binary formats, returns metadata only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_id | Yes | Project/bucket ID | |
| upload_id | Yes | Upload ID to retrieve |