drive_get_content
ActiveTool of Google_drive
declared in 0.1.0
Download file content from Drive. Export Google Docs/Sheets/Slides to PDF, Word, Excel, etc., or retrieve raw content from other files.
Parameters schema
{
"type": "object",
"examples": [
{
"file_id": "1a2b3c4d5e6f7g8h9i0j"
},
{
"file_id": "1a2b3c4d5e6f7g8h9i0j",
"export_mime_type": "application/pdf"
}
],
"required": [
"file_id"
],
"properties": {
"file_id": {
"type": "string",
"description": "The ID of the file to download"
},
"export_mime_type": {
"type": "string",
"description": "MIME type to export Google Workspace files to (e.g., \"text/plain\", \"application/pdf\", \"text/csv\"). Required for Google Docs/Sheets/Slides."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_drive
https://github.com/pipeworx-io/mcp-google_drive
1/7 registries