notebooklm_download
ActiveTool of NotebookLM
Baixa o conteúdo de um artifact. Texto (report/mind_map/quiz/flashcards/data_table) retorna inline em `content`; binário (audio/video/slide_deck/infographic) retorna metadados + tamanho (entrega por URL é tratada à parte). Bulk support: accepts notebook_ids, artifact_ids for batched execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"notebook_id",
"kind"
],
"properties": {
"kind": {
"enum": [
"audio",
"video",
"cinematic_video",
"slide_deck",
"report",
"mind_map",
"quiz",
"flashcards",
"infographic",
"data_table"
],
"type": "string"
},
"artifact_id": {
"type": "string"
},
"notebook_id": {
"type": "string"
},
"artifact_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"notebook_ids": {
"type": "array",
"items": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
NotebookLM
https://github.com/mcp-dir/notebooklm-mcp
1/7 registries