get_file_content
Extract text content from Google Drive files including Docs, Sheets, and text documents using file ID to access document data.
Instructions
Get content from a Google Drive file (Docs, Sheets, TXT, MD)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
driveId | No | ||
fileId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"driveId": {
"type": "string"
},
"fileId": {
"type": "string"
}
},
"required": [
"fileId"
],
"type": "object"
}