Skip to main content
Glama

update_notebook

Modify notebook metadata including topics, description, tags, and use cases to keep content organized and current.

Instructions

Update notebook metadata based on user intent.

Pattern

  1. Identify target notebook and fields (topics, description, use_cases, tags, url)

  2. Propose the exact change back to the user

  3. After explicit confirmation, call this tool

Examples

  • User: "React notebook also covers Next.js 14" You: "Add 'Next.js 14' to topics for React?" User: "Yes" → call update_notebook

  • User: "Include error handling in n8n description" You: "Update the n8n description to mention error handling?" User: "Yes" → call update_notebook

Tip: You may update multiple fields at once if requested.

Input Schema

NameRequiredDescriptionDefault
idYesThe notebook ID to update
nameNoNew display name
descriptionNoNew description
topicsNoNew topics list
content_typesNoNew content types
use_casesNoNew use cases
tagsNoNew tags
urlNoNew notebook URL

Input Schema (JSON Schema)

{ "properties": { "content_types": { "description": "New content types", "items": { "type": "string" }, "type": "array" }, "description": { "description": "New description", "type": "string" }, "id": { "description": "The notebook ID to update", "type": "string" }, "name": { "description": "New display name", "type": "string" }, "tags": { "description": "New tags", "items": { "type": "string" }, "type": "array" }, "topics": { "description": "New topics list", "items": { "type": "string" }, "type": "array" }, "url": { "description": "New notebook URL", "type": "string" }, "use_cases": { "description": "New use cases", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inventra/notebooklm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server