category_collection_change
Change properties of existing categories and collections, such as name, description, directory, patterns, or category lists. Use for full replacements; incremental updates require the update tool.
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 |