studio_rename
Rename a note or artifact in NotebookLM by providing notebook and item references. Handles all Studio item types and returns the applied new title.
Instructions
Rename a Studio item (title only) — a text note OR an artifact.
Accepts a notebook name or ID plus an item name-or-id ref resolved over
the merged notes+artifacts list (mirroring studio_delete). Routing is by
resolved type: a note is renamed through the note system, preserving its
content via a get-then-update; every artifact type — audio, video,
slide-deck, quiz, flashcards, infographic, data-table, report, and BOTH
mind-map kinds — through the artifact rename RPC (note-backed mind maps route
back through the note system inside the shared core). Callers need not know
which backing an item has.
Returns item_id / type plus the applied new_title and
is_mind_map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| notebook | Yes | ||
| new_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||