notebooklm_share_view_level
ActiveTool of NotebookLM
declared in 0.9.123
Define o nível de acesso do link público: full (notebook todo) ou chat (só chat). Bulk support: accepts notebook_ids for batched execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"notebook_id",
"level"
],
"properties": {
"level": {
"enum": [
"full",
"chat"
],
"type": "string"
},
"notebook_id": {
"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