Skip to main content
Glama

sn-mcp-server

Official

create_embedded_sending_from_template

Generate documents from templates and initiate embedded e-signature workflows for immediate sending and signing processes.

Instructions

Create document/group from template and create embedded sending immediately

Input Schema

NameRequiredDescriptionDefault
entity_idYesID of the template or template group
entity_typeNoType of entity: 'template' or 'template_group' (optional). If you're passing it, make sure you know what type you have. If it's not found, try using a different type.
link_expirationNoOptional link expiration in days (14-45)
nameNoOptional name for the new document or document group
redirect_targetNoOptional redirect target: 'self' (default), 'blank'
redirect_uriNoOptional redirect URI after completion
typeNoType of sending step: 'manage', 'edit', or 'send-invite'

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "description": "ID of the template or template group", "title": "Entity Id", "type": "string" }, "entity_type": { "anyOf": [ { "enum": [ "template", "template_group" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Type of entity: 'template' or 'template_group' (optional). If you're passing it, make sure you know what type you have. If it's not found, try using a different type.", "title": "Entity Type" }, "link_expiration": { "anyOf": [ { "maximum": 45, "minimum": 14, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Optional link expiration in days (14-45)", "title": "Link Expiration" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional name for the new document or document group", "title": "Name" }, "redirect_target": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional redirect target: 'self' (default), 'blank'", "title": "Redirect Target" }, "redirect_uri": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional redirect URI after completion", "title": "Redirect Uri" }, "type": { "anyOf": [ { "enum": [ "manage", "edit", "send-invite" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Type of sending step: 'manage', 'edit', or 'send-invite'", "title": "Type" } }, "required": [ "entity_id" ], "type": "object" }

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/mihasicehcek/sn-mcp-server'

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