Help Center/Agent workflows

Use Jetformat with DeepSeek Harness

The Harness plugin registers local tools that spawn the same Jetformat binary. There is no MCP server involved.

Apply the plugin patch

dsh web --patch plugins/deepseek-harness/cordis.patch.yml

Available tools

  • jetformat_convert for DOCX, XLSX, and PPTX.
  • jetformat_text for existing text layers.
  • jetformat_validate for supported file checks.
  • jetformat_pdf for info, merge, extract, and render.

Each tool shells out to the local CLI and returns its output. Keep one real input path per command and let the process exit code decide whether the job succeeded.

Review installation →