MCP Server for eSignatures

by esignaturescom
Verified

query_contract

Responds with the contract details, contract_id, status, final PDF url if present, title, labels, metadata, expiry time if present, and signer details with all signer events (signer events are included only for recent contracts, with rate limiting).

Input Schema

NameRequiredDescriptionDefault
contract_idYesGUID of the contract (draft contracts can't be queried, only sent contracts).

Input Schema (JSON Schema)

{ "properties": { "contract_id": { "description": "GUID of the contract (draft contracts can't be queried, only sent contracts).", "type": "string" } }, "required": [ "contract_id" ], "type": "object" }