You're viewing a demo portfolio

Join the waitlist
PRSM

swiftsign_send_from_template

Active

Tool of ca.swiftsign/mcp

declared in 0.5.1

Send an envelope from a saved template by assigning signers to roles. Sandbox keys (sk_test_) send immediately; LIVE keys create a DRAFT for human review unless confirm: true — nothing is emailed until confirmed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "templateId",
    "roleAssignments"
  ],
  "properties": {
    "confirm": {
      "type": "boolean",
      "description": "Set true to dispatch immediately on a LIVE key (sk_live_/sk_oat_). Without it, live envelopes are created as DRAFT and returned for human review before anything is emailed. Test keys (sk_test_) always send immediately (sandbox, watermarked)."
    },
    "message": {
      "type": "string",
      "description": "Optional message to include"
    },
    "subject": {
      "type": "string",
      "description": "Email subject / document title"
    },
    "templateId": {
      "type": "string",
      "description": "The template ID to send from"
    },
    "roleAssignments": {
      "type": "object",
      "description": "Map of template role name → signer { name, email }",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {
        "type": "object",
        "required": [
          "name",
          "email"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Signer full name"
          },
          "email": {
            "type": "string",
            "description": "Signer email address"
          }
        }
      }
    }
  }
}

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_send_from_template — ca.swiftsign/mcp — PRSM MCP