bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Drive
Replace values in one Google Sheets range.
Writes one bounded value matrix using RAW or USER_ENTERED interpretation. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.spreadsheet-values-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · requiredSearch terms used to find relevant records.
spreadsheetIdstringReturned spreadsheet id value.
updatedCellsnumberReturned updated cells value.
updatedColumnsnumberReturned updated columns value.
updatedRangestringReturned updated range value.
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.
updatedRowsnumberReturned updated rows 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-update",
"input": {
"body": {
"values": [
[
"Workflow",
"Owner",
"Status"
],
[
"Google verification",
"Scrollport",
"Ready"
]
]
},
"path": {
"range": "Plan!A1:C2",
"spreadsheetId": "YOUR-GOOGLE-SHEETS-SPREADSHEET-ID"
},
"query": {
"valueInputOption": "USER_ENTERED"
}
}
}{
"updatedRows": 1,
"updatedCells": 3,
"updatedRange": "Plan!A2:C2",
"spreadsheetId": "spreadsheet-output-id",
"updatedColumns": 3
}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.