report_bug
ActiveTool of NotebookLM
declared in 0.9.123
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"message"
],
"properties": {
"context": {
"type": "string",
"default": ""
},
"message": {
"type": "string"
},
"conversation": {
"type": "string",
"default": "[]"
}
}
}Parent server
NotebookLM
https://github.com/mcp-dir/notebooklm-mcp
1/7 registries