Skip to main content
Glama

sn-mcp-server

Official

create_embedded_invite

Generate embedded signing invites for documents or document groups to enable recipients to electronically sign them directly within applications.

Instructions

Create embedded invite for signing a document or document group

Input Schema

NameRequiredDescriptionDefault
entity_idYesID of the document or document group
entity_typeNoType of entity: 'document' or 'document_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.
ordersNoList of orders with recipients

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "description": "ID of the document or document group", "title": "Entity Id", "type": "string" }, "entity_type": { "anyOf": [ { "enum": [ "document", "document_group" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Type of entity: 'document' or 'document_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" }, "orders": { "anyOf": [ { "items": { "$ref": "#/$defs/EmbeddedInviteOrder" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of orders with recipients", "title": "Orders" } }, "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