You're viewing a demo portfolio

Join the waitlist
PRSM

swiftsign_download_signed_pdf

Active

Tool of ca.swiftsign/mcp

declared in 0.5.1

Download the completed, sealed PDF (or its Certificate of Completion) for an envelope. Only works once status is COMPLETED — run swiftsign_check_status first. Does NOT work on DRAFT or SENT envelopes; nothing has been signed yet on those.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "envelopeId"
  ],
  "properties": {
    "document": {
      "type": "number",
      "description": "Which document to download when an envelope has several (0-based, default 0)"
    },
    "envelopeId": {
      "type": "string",
      "description": "The envelope ID (must be COMPLETED)"
    },
    "outputPath": {
      "type": "string",
      "description": "Where to save the file (default: ./swiftsign-<id>.pdf). Ignored on the hosted endpoint, which returns base64."
    },
    "certificate": {
      "type": "boolean",
      "description": "If true, download the Certificate of Completion (audit trail) instead of the signed document"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ca.swiftsign/mcp

https://github.com/shahdadk/swiftsign

1/7 registries
View full server →
swiftsign_download_signed_pdf — ca.swiftsign/mcp — PRSM MCP