session_close
Close a specific NotebookLM session by its session ID when it is no longer needed. Ask for confirmation if the user might still require it.
Instructions
Close a specific session by session ID. Ask before closing if the user might still need it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to close |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |