notebooklm_notebook_create
ActiveTool of NotebookLM
declared in 0.9.123
Cria um notebook novo (vazio). Retorna o notebook com seu `id`.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"title"
],
"properties": {
"title": {
"type": "string"
}
}
}Parent server
NotebookLM
https://github.com/mcp-dir/notebooklm-mcp
1/7 registries