You can wire the Google Slides node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Slides under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Slides account when prompted; no keys to copy. NoClick requests the following permissions:https://www.googleapis.com/auth/presentationshttps://www.googleapis.com/auth/drive
Operations
Presentation
| Operation | ID | Description |
|---|---|---|
| Create New Presentation | create_new_presentation | Create a new presentation |
| Get Presentation Metadata | get_presentation_metadata | Get a presentation |
| List Google Drive Presentations | list_google_drive_presentations | List Google Slides presentations |
Slide
| Operation | ID | Description |
|---|---|---|
| Add Presentation Slide | add_presentation_slide | Add a new slide |
| Delete Presentation Slide | delete_presentation_slide | Delete a slide |
| Get Slide Page | get_slide_page | Get a specific slide |
| Get Slide Thumbnail | get_slide_thumbnail | Get a slide thumbnail image |