pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Drive
Read the structure and content of a Google Docs document in a connected Drive.
Retrieves one Google Docs document, including its paragraphs, text runs, tables, styles and revision metadata. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.document-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.
bodyobjectBounded request body sent to the connected application.
documentIdstringReturned document id value.
revisionIdstringReturned revision id value.
titlestringReturned title 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-get",
"input": {
"path": {
"documentId": "YOUR-GOOGLE-DRIVE-FILE-ID"
}
}
}{
"body": {
"content": [
{
"endIndex": 27,
"paragraph": {
"elements": [
{
"textRun": {
"content": "The launch plan is ready.\n"
},
"endIndex": 27,
"startIndex": 1
}
]
},
"startIndex": 1
}
]
},
"title": "Launch plan",
"documentId": "1AbCdEfGhIjKlMnOpQrStUvWxYz",
"revisionId": "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.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.