document_update
Update a stored document by renaming it, moving it between categories, or modifying its metadata. Choose to add, replace, or clear metadata fields as needed.
Instructions
Update a stored document: rename, move between categories, or modify metadata.
Arguments
category (required): string
Category the document belongs to
name (required): string
Document name to update
new_name: any
New document name
new_category: any
New category to move document to
metadata_add: any
Metadata entries to merge into existing metadata
metadata_replace: any
Replace entire metadata with this dict
metadata_clear: any
List of metadata keys to remove
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for document_update tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |