bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Drive
Apply an atomic batch of content or formatting changes to a Google Docs document.
Applies up to 100 Google Docs batchUpdate operations atomically, including inserting, replacing, deleting or formatting document content. It cannot delete the Drive file or change sharing. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.document-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.
documentIdstringReturned document id value.
repliesarrayReturned replies value.
writeControlobjectReturned write control 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.document-update",
"input": {
"body": {
"requests": [
{
"insertText": {
"text": "Created and edited by a Scrollport agent for Google OAuth verification.\n",
"location": {
"index": 1
}
}
}
]
},
"path": {
"documentId": "YOUR-GOOGLE-DRIVE-FILE-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.
{
"replies": [
{}
],
"documentId": "1AbCdEfGhIjKlMnOpQrStUvWxYz",
"writeControl": {
"requiredRevisionId": "revision-output-id"
}
}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.invalid_input: Google Docs rejected one or more update requests or the revision precondition.Read the document first, use its current indexes and revision id, then submit a bounded batchUpdate request.