download_artifacts
Downloads a NotebookLM briefing summary and saves it as a text file in your vault's .research_hub/artifacts directory.
Instructions
Download a generated NotebookLM briefing back to the vault.
Opens the cluster's NotebookLM notebook using the saved local
session, extracts the latest briefing summary text, and saves it under
<vault>/.research_hub/artifacts/<cluster_slug>/brief-<UTC>.txt.
The cluster's nlm_cache.json entry is updated with the new path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_slug | Yes | The cluster identifier. | |
| artifact_type | No | Only "brief" is supported in v0.9.0; audio, mind-map, and video downloads land in v0.9.1. | brief |
| headless | No | If True (default), drive Chrome headlessly so this tool can run inside an MCP server with no display. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||