Skip to main content
Glama

sn-mcp-server

Official

get_document

Retrieve complete document or document group details including field values from SignNow e-signature platform using entity ID.

Instructions

Get full document or document group information with field values

Input Schema

NameRequiredDescriptionDefault
entity_idYesID of the document or document group to retrieve
entity_typeNoType of entity: 'document' or 'document_group' (optional). If not provided, will be determined automatically

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "description": "ID of the document or document group to retrieve", "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 not provided, will be determined automatically", "title": "Entity 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