max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Drive
Search Google Drive files created with or selected for Scrollport.
Lists metadata only for Drive files created with ScrollPort. It cannot search the user's entire Drive, select an existing non-Workspace file or enumerate shared drives. Billed per upstream request at $0.0025; each response page is one request.
Agents select this operation with tool ID google-drive.app-files-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
queryobject · optionalSearch terms used to find relevant records.
pagesnumberReturned pages value.
resultsarrayReturned results 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.app-files-list",
"input": {
"query": {
"q": "trashed = false",
"fields": "nextPageToken,files(id,name,mimeType,parents,createdTime,modifiedTime,webViewLink,size)",
"pageSize": 1
},
"max_pages": 1
}
}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.
{
"pages": 1,
"results": [
{
"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 access to files created with ScrollPort plus Docs, Sheets, Slides and Forms, then retry this run unchanged.