pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Drive
Retrieve metadata and links for one file in a connected Google Drive.
Retrieves metadata and links for one Drive file by id, including shared-drive files when requested. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.file-get, then check its current inputs and price before a run.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
createdTimestringReturned created time value.
idstringReturned id value.
mimeTypestringReturned mime type value.
modifiedTimestringReturned modified time value.
namestringReturned name value.
parentsarrayReturned parents value.
webViewLinkstringReturned web view link value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "google-drive.file-get",
"input": {
"path": {
"fileId": "YOUR-GOOGLE-DRIVE-FILE-ID"
},
"query": {
"fields": "id,name,mimeType,parents,createdTime,modifiedTime,webViewLink,size",
"supportsAllDrives": true
}
}
}{
"id": "1AbCdEfGhIjKlMnOpQrStUvWxYz",
"name": "Launch plan",
"parents": [
"0AExampleFolderId"
],
"mimeType": "application/vnd.google-apps.document",
"createdTime": "2026-08-14T12:00:00.000Z",
"webViewLink": "https://docs.google.com/document/d/1AbCdEfGhIjKlMnOpQrStUvWxYz/edit",
"modifiedTime": "2026-08-15T09:30:00.000Z"
}connection_required: This capability acts on your own Google Drive, which isn't connected yet.Open connect_url, approve Google Drive read and write access, then retry this run unchanged.Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.