notebooklm_source_add
ActiveTool of NotebookLM
declared in 0.9.123
Adiciona uma fonte ao notebook: URL (página/YouTube) ou texto. `type` é auto-detectado; use `type:"text"` + `title` para colar texto. Bulk support: accepts notebook_ids for batched execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"notebook_id",
"content"
],
"properties": {
"type": {
"enum": [
"url",
"text",
"youtube"
],
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"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