fetch_file_content
Retrieve the content of a text-based file from ZeroDrive by providing its unique identifier. Supports text files, code files, JSON, and more.
Instructions
Fetch and return the content of a text-based file from ZeroDrive. Best for text files, code files, JSON, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The unique identifier of the file to fetch | |
| download | No | When true, forces download behavior instead of inline display |