pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Drive
Read values from one Google Sheets range.
Returns one value range with selected dimension and rendering options. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.spreadsheet-values-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.
majorDimensionstringReturned major dimension value.
rangestringReturned range value.
valuesarrayReturned values 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-get",
"input": {
"path": {
"range": "Plan!A1:C10",
"spreadsheetId": "YOUR-GOOGLE-SHEETS-SPREADSHEET-ID"
}
}
}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.
{
"range": "Plan!A1:C3",
"values": [
[
"Task",
"Owner",
"Status"
],
[
"Submit app",
"Alan",
"Ready"
]
],
"majorDimension": "ROWS"
}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.