Save Docling document
save_docling_documentPersist a cached document to disk in Markdown and JSON formats by providing its unique document key, making converted content available for downstream workflows.
Instructions
Save a document from the local document cache to disk in both markdown and JSON formats.
This tool takes a document that exists in the local cache and saves it to the specified cache directory with filenames based on the document key. Both markdown and JSON versions of the document are saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_key | Yes | The unique identifier of the document in the local cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md_file | Yes | ||
| json_file | Yes |