export_artifact
Export NotebookLM artifacts to Google Docs or Sheets. Send data tables to Sheets, or reports like Briefing Docs, Study Guides, and Blog Posts to Docs. Provide notebook and artifact IDs to get a shareable URL.
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 |
|---|---|---|---|
| title | No | ||
| artifact_id | Yes | ||
| export_type | Yes | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||