swiftsign_download_signed_pdf
ActiveTool of ca.swiftsign/mcp
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ca.swiftsign/mcp
https://github.com/shahdadk/swiftsign
1/7 registries