category_collection_update
Add or remove patterns for categories or category references for collections incrementally, avoiding full list replacement.
Instructions
Update category or collection incrementally.
Add or remove individual patterns (for categories) or category references (for collections) without replacing the entire list. For complete property replacement, use category_collection_change.
Arguments
type (required): enum: 'category', 'collection'
Type of item to update
name (required): string
Name to update
add_patterns: any
Patterns to add (category only)
remove_patterns: any
Patterns to remove (category only)
add_categories: any
Categories to add (collection only)
remove_categories: any
Categories to remove (collection only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for category_collection_update tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |