Set speaker notes
set_speaker_notesReplace a slide's speaker notes with new text using the slide object ID; pass an empty string to clear them. Newlines create paragraphs for presenter-view display and text exports.
Instructions
Replaces a slide's speaker notes with the given text (empty string clears them). The tool resolves the slide's speakerNotesObjectId internally and rewrites that shape atomically — you pass the slide's object id, not the notes shape id. Notes are visible in the presenter view and exported by format txt; use \n for paragraphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The new speaker notes; empty string clears them. \n starts a new paragraph. | |
| presentation_id | Yes | The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output. | |
| slide_object_id | Yes | The slide's object id (from list_slides) — not the notes page id. |