Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Download the content of a binary or text file stored in Google Drive (not Google Docs/Sheets/Slides; use export_file for those)
| Field | Value |
|---|---|
| Name | drive__download_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Google Drive file ID to download"
},
"alt": {
"type": "string",
"description": "Response mode; media returns file content"
}
},
"required": [
"fileId"
],
"description": "Input schema for the drive__download_file tool."
}