Skip to main content
Glama

MCP Server for eSignatures

add_template_collaborator

Generate and share an HTTPS link for contract template editing in the MCP Server for eSignatures. Optionally send an invitation email to collaborators with their name and email.

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" }

You must be authenticated.

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