MCP Server for eSignatures

by esignaturescom
Verified

query_template

Responds with the template details, template_id, title, labels, created_at, list of the Placeholder fields in the template, list of Signer fields int he template, and the full content inside document_elements

Input Schema

NameRequiredDescriptionDefault
template_idYesGUID of the template.

Input Schema (JSON Schema)

{ "properties": { "template_id": { "description": "GUID of the template.", "type": "string" } }, "required": [ "template_id" ], "type": "object" }