update_collection
Change a collection's name or description without affecting prompts or membership. Ideal for metadata updates.
Instructions
Update a collection's name or description only. This does not move prompts or change membership, so use it for metadata changes rather than reorganization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | Collection ID to update | |
| name | No | New name for the collection | |
| description | No | New description for the collection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |