swiftsign_create_embedded_url
ActiveTool of ca.swiftsign/mcp
declared in 0.5.1
Mint a short-lived embedded signing URL for a recipient (30-minute expiry). Returns a url to embed plus its expiresAt. The envelope must already be SENT. Works in both sandbox (sk_test_ keys) and live.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"envelopeId",
"recipientId"
],
"properties": {
"returnUrl": {
"type": "string",
"description": "URL to redirect the signer to after they finish"
},
"envelopeId": {
"type": "string",
"description": "The envelope ID"
},
"recipientId": {
"type": "string",
"description": "The recipient ID within that envelope"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ca.swiftsign/mcp
https://github.com/shahdadk/swiftsign
1/7 registries