Back to Connected apps

Presentation Create

Google Drive

Create a blank Google Slides presentation.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Creates one blank presentation with the requested title; use presentation batch update to add slides and content. Always one upstream request at $0.0050.

Agents select this operation with tool ID google-drive.presentation-create, then inspect its current executable contract before a run.

Public input and output shape

Input

bodyobject · required

Bounded request body sent to the connected application.

Output

pageSizeobject

Returned page size value.

presentationIdstring

Returned presentation id value.

slidesarray

Returned slides value.

titlestring

Returned title value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "google-drive.presentation-create",
  "input": {
    "body": {
      "title": "Quarterly briefing"
    }
  }
}

Output

{
  "title": "Launch briefing",
  "slides": [],
  "pageSize": {
    "width": {
      "unit": "IN",
      "magnitude": 10
    },
    "height": {
      "unit": "IN",
      "magnitude": 5.625
    }
  },
  "presentationId": "presentation-output-id"
}
Teaching errors and limitations
  • 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.
Updated
22 August 2026

Use Presentation Create with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.