drive_get_file
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_drive
https://github.com/pipeworx-io/mcp-google_drive
1/7 registries