category_collection_change
Update an existing category or collection by replacing its properties: rename, change description, directory, file patterns, or category list.
Instructions
Change properties of an existing category or collection.
Replaces entire property values (name, description, directory, patterns, or categories). For incremental updates (adding/removing patterns or categories), use category_collection_update instead.
Arguments
type (required): enum: 'category', 'collection'
Type of item to modify
name (required): string
Name to modify
new_name: any
New name
new_description: any
New description
new_dir: any
New directory path (category only)
new_patterns: any
New file patterns (category only)
new_categories: any
New category list (collection only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for category_collection_change tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |