batch_update_documents
Update multiple documents with different changes in one batch operation. Each change is processed sequentially, with automatic error handling and rate limiting.
Instructions
Updates multiple documents with different changes.
This tool processes each update sequentially,
continuing even if individual operations fail.
Rate limiting is handled automatically.
Use this tool when you need to:
- Update multiple documents with different changes
- Batch edit document titles or content
- Append content to multiple documents
Note: For Mermaid diagrams, use ```mermaidjs
(not ```mermaid) as the code fence language
identifier for proper rendering.
Recommended batch size: 10-50 documents per
operation
Args:
updates: List of update specifications
Returns:
Summary of batch operation with
success/failure details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |