read_file
Retrieve the full text content of a file from a designated Google Drive folder using its file ID.
Instructions
Read and return the full text content of a file in the target Google Drive folder.
Typical workflow: call list_files to find the file and obtain its 'id', then pass that id here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The Google Drive file ID (obtained from list_files). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |