category_collection_update
Update a category or collection by adding or removing specific patterns or categories, without replacing the entire list.
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 |