Tag
tagAdd, remove, list, and select notebooks by label matching to organize and locate relevant content in Gemini Notebook.
Instructions
Manage notebook tags and find relevant notebooks by tag matching.
Actions:
add: Add tags to a notebook for smart selection
remove: Remove tags from a notebook
list: List all tagged notebooks with their tags
select: Find notebooks relevant to a query using tag matching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags (required for add, remove; e.g. "ai,research,llm") | |
| query | No | Search query (required for select; e.g. "ai mcp" or "ai,mcp") | |
| action | Yes | Operation to perform (add, remove, list, select) | |
| notebook_id | No | Notebook UUID (required for add, remove) | |
| notebook_title | No | Optional display title (for add) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||