suggest_prompts
Generate AI-suggested, ready-to-send prompts for NotebookLM across ask, audio, video, quiz, or flashcard surfaces. Provide a notebook name to receive tailored suggestions.
Instructions
Get AI-suggested, ready-to-send prompts for a studio surface. Accepts a notebook name or ID.
surface selects what the prompts are written for (default ask):
ask— chat questions to ask the notebook's content.audio-deep-dive/audio-brief/audio-critique/audio-debate— prompts to steer an Audio Overview in that format.video-explainer/video-short— prompts to steer a Video Overview.quiz/flashcards— prompts to steer quiz / flashcard generation.
Each result is a ready-to-send instruction you can pass to the matching
generator (chat_ask for ask; studio_generate's instructions for
the studio formats). source_ids (optional) scopes the suggestions to
specific sources; omit for all. query optionally steers the suggestions.
Related: chat_ask(suggest_followups=true) returns ask-surface
suggestions inline with a question (ask + follow-ups in one call); this tool
is the standalone selector across every surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| surface | No | ask | |
| notebook | Yes | ||
| source_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||