export_artifact
Export NotebookLM artifacts such as data tables to Google Sheets, or reports like briefing docs and study guides to Google Docs.
Instructions
Export a NotebookLM artifact to Google Docs or Sheets.
Supports:
Data Tables → Google Sheets
Reports (Briefing Doc, Study Guide, Blog Post) → Google Docs
Args: notebook_id: Notebook UUID artifact_id: Artifact UUID to export export_type: "docs" or "sheets" title: Title for exported document (optional)
Returns: URL to the created Google Doc/Sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| artifact_id | Yes | ||
| export_type | Yes | ||
| title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||