pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Drive
Read values from multiple Google Sheets ranges in one request.
Returns up to 100 A1 or named ranges with consistent rendering options. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.spreadsheet-values-batch-get, then check its current inputs and price before a run.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · requiredSearch terms used to find relevant records.
spreadsheetIdstringReturned spreadsheet id value.
valueRangesarrayReturned value ranges 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.spreadsheet-values-batch-get",
"input": {
"path": {
"spreadsheetId": "YOUR-GOOGLE-SHEETS-SPREADSHEET-ID"
},
"query": {
"ranges": [
"Plan!A1:C10",
"Plan!A1:B5"
]
}
}
}{
"valueRanges": [
{
"range": "Plan!A1:C3",
"values": [
[
"Task",
"Owner",
"Status"
]
]
}
],
"spreadsheetId": "spreadsheet-output-id"
}connection_required: This capability acts on the connected Google Workspace, which is not available yet.Open connect_url, approve Google Drive 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.