pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Drive
Read a Google Slides presentation and its page elements.
Gets the latest presentation structure with optional field selection. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-drive.presentation-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.
presentationIdstringReturned presentation id value.
slidesarrayReturned slides 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.presentation-get",
"input": {
"path": {
"presentationId": "YOUR-GOOGLE-SLIDES-PRESENTATION-ID"
},
"query": {
"fields": "presentationId,title,slides(objectId),pageSize"
}
}
}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.
{
"title": "Launch briefing",
"slides": [
{
"objectId": "slide-output-id",
"pageElements": []
}
],
"presentationId": "presentation-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.