Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get metadata and details about a specific file or folder
| Field | Value |
|---|---|
| Name | drive__get_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Google Drive file ID"
},
"fields": {
"type": "string",
"description": "Partial response field selector"
}
},
"required": [
"fileId"
],
"description": "Input schema for the drive__get_file tool."
}