tag
Organize notebooks by adding or removing tags, list tagged notebooks, and select those relevant to a search query using tag matching.
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 |
|---|---|---|---|
| action | Yes | Operation to perform (add, remove, list, select) | |
| notebook_id | No | Notebook UUID (required for add, remove) | |
| tags | No | Comma-separated tags (required for add, remove; e.g. "ai,research,llm") | |
| notebook_title | No | Optional display title (for add) | |
| query | No | Search query (required for select; e.g. "ai mcp" or "ai,mcp") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||