batch_create_documents
Creates multiple documents in one operation; handles rate limiting and partial failures. Use for bulk imports or setting up document structures.
Instructions
Creates multiple documents in a single batch
operation.
This tool processes each creation sequentially,
continuing even if individual operations fail.
Rate limiting is handled automatically.
Use this tool when you need to:
- Create multiple documents at once
- Bulk import content into collections
- Set up document structures efficiently
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:
documents: List of document specifications
Returns:
Summary of batch operation with created
document IDs and success/failure details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documents | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |