notebooklm_source_add_research
ActiveTool of NotebookLM
declared in 0.9.123
Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"notebook_id",
"query"
],
"properties": {
"mode": {
"enum": [
"fast",
"deep"
],
"type": "string"
},
"query": {
"type": "string"
},
"import_all": {
"type": "boolean"
},
"from_source": {
"enum": [
"web",
"drive"
],
"type": "string"
},
"notebook_id": {
"type": "string"
},
"notebook_ids": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Parent server
NotebookLM
https://github.com/mcp-dir/notebooklm-mcp
1/7 registries