max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Drive
List the users, groups, domains, and links that can access a file in a connected Google Drive.
Lists permissions for one Drive file, including user, group, domain, and link roles returned by Google. Billed per upstream request at $0.0025; each response page is one request.
Agents select this operation with tool ID google-drive.permissions-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
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.permissions-list",
"input": {
"path": {
"fileId": "YOUR-GOOGLE-DRIVE-FILE-ID"
},
"query": {
"fields": "nextPageToken,permissions(id,type,role,displayName,emailAddress,domain,allowFileDiscovery)",
"pageSize": 1,
"supportsAllDrives": true
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "permission-output-id",
"role": "owner",
"type": "user",
"displayName": "Example User",
"emailAddress": "user@example.com"
}
]
}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.