/adobe-sign | Type: Application | PCID required: Yes
Application MCP Servers
adobe-sign
eSignature
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
eSignature
/adobe-sign | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
adobe-sign_download_signed_document | Download the signed document from an Adobe Sign agreement |
adobe-sign_get_agreement | Get the status and details of an Adobe Sign agreement |
adobe-sign_list_agreements | List Adobe Sign agreements |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
agreementId | string | Yes | — | Agreement ID to download document from |
attachAuditReport | boolean | No | false | Whether to include audit trail in download |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"agreementId": {
"type": "string",
"description": "Agreement ID to download document from"
},
"attachAuditReport": {
"type": "boolean",
"default": false,
"description": "Whether to include audit trail in download"
}
},
"required": [
"PCID",
"agreementId"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
agreementId | string | Yes | — | Agreement ID to retrieve |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"agreementId": {
"type": "string",
"description": "Agreement ID to retrieve"
}
},
"required": [
"PCID",
"agreementId"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
cursor | string | No | — | Cursor for pagination |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"cursor": {
"type": "string",
"description": "Cursor for pagination"
}
},
"required": [
"PCID"
]
}
