Inputs
SelectItem
Output
Type:Dict
Returns the downloaded export file details.
Fields: file_url, file_type, file_nameDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Export a Google Slides presentation as PowerPoint, PDF, or plain text
| App | Google Slides |
| Operation ID | slides_download_presentation |
| Type | Action |
| Connection | drive (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
presentation | string or SelectItem | Yes | - | The Google Slides presentation selected from Google Drive. Can be either a string ID or an object with { label, value } format. |
export_format | string | Yes | - | Export format for the downloaded presentation. Supported values are PowerPoint (.pptx), PDF (.pdf), and Plain Text (.txt). |
file_name | string | No | - | Optional file name for the exported file. If not provided, the presentation title will be used when available. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns the downloaded export file details.
Fields: file_url, file_type, file_name