octopus_read
Read the contents of a file the user has stored in Octopus. Small files (<=2 MiB) come back inline as base64 (or UTF-8 text for text/* MIMEs). Larger files return a short-lived presigned download URL the agent can fetch. [requires a signed-in account]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_text | No | If true and MIME is text-like, return content as UTF-8 string instead of base64. | |
| file_id | Yes | FileID (UUID) from octopus.list / octopus.search. |