Skip to main content
Glama

MCP Server for eSignatures

add_template_collaborator

Enable collaborative editing of contract templates by generating HTTPS links and sending invitation emails to collaborators using the MCP Server for eSignatures tool.

Instructions

Creates a HTTPS link for editing a contract template; sends an invitation email if an email is provided..

Input Schema

NameRequiredDescriptionDefault
emailNoCollaborator's email; triggers an invitation email when provided
nameNoCollaborator's name
template_idYes

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Collaborator's email; triggers an invitation email when provided", "type": "string" }, "name": { "description": "Collaborator's name", "type": "string" }, "template_id": { "type": "string" } }, "required": [ "template_id" ], "type": "object" }

Other Tools from MCP Server for eSignatures

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/esignaturescom/mcp-server-esignatures'

If you have feedback or need assistance with the MCP directory API, please join our Discord server