You're viewing a demo portfolio

Join the waitlist
PRSM

drive_get_file

Active

Tool of Google_drive

declared in 0.1.0

Get metadata for a specific Drive file by ID. Returns name, type, size, owners, permissions, creation date, and last modified time.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "file_id": "1a2b3c4d5e6f7g8h9i0j"
    },
    {
      "fields": "id,name,mimeType,size,webViewLink",
      "file_id": "1a2b3c4d5e6f7g8h9i0j"
    }
  ],
  "required": [
    "file_id"
  ],
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include (default: id,name,mimeType,size,createdTime,modifiedTime,owners,webViewLink)"
    },
    "file_id": {
      "type": "string",
      "description": "The ID of the file to retrieve"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Google_drive

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

1/7 registries
View full server →