You're viewing a demo portfolio

Join the waitlist
PRSM

drive_get_content

Active

Tool 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."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Google_drive

https://github.com/pipeworx-io/mcp-google_drive

1/7 registries
View full server →