merge_text_documents
Combine multiple text documents into one file with custom separators between content sections using the LibreOffice MCP Server.
Instructions
Merge multiple text documents into a single document
Args:
document_paths: List of paths to documents to merge
output_path: Path where merged document should be saved
separator: Text to insert between merged documents
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_paths | Yes | ||
| output_path | Yes | ||
| separator | No | --- |