Skip to main content
Glama

e签宝 MCP Server

Official

create_sign_flow

Initiate document signing processes with support for multiple file formats, including PDF, Word, Excel, and images. Automatically converts non-PDF files to PDF for streamlined workflows.

Instructions

创建签署流程,支持多种文件格式,包括:PDF、Word、Excel、PPT、WPS、图片等。非PDF格式会自动转换为PDF。

Input Schema

NameRequiredDescriptionDefault
fileNameYes文件名,必须包含文件扩展名(例如:合同.pdf、文档.docx),扩展名要与实际文件格式一致
filePathYes文件路径,支持本地文件路径或 HTTP(S) 远程文件下载链接。支持的格式:PDF(.pdf)、Word(.docx/.doc/.rtf)、Excel(.xlsx/.xls)、PPT(.pptx/.ppt)、WPS(.wps/.et/.dps)、图片(.jpg/.png/.bmp等)、HTML(.html/.htm)
receiverPhoneYes签署人手机号,用于接收签署通知短信
usernameNo签署人姓名,非必填,默认为空字符串,如果对方没有在e签宝注册过, 则必须提供姓名; 如果对应用户已存在个人信息,则不需要添加姓名

Input Schema (JSON Schema)

{ "properties": { "fileName": { "description": "文件名,必须包含文件扩展名(例如:合同.pdf、文档.docx),扩展名要与实际文件格式一致", "type": "string" }, "filePath": { "description": "文件路径,支持本地文件路径或 HTTP(S) 远程文件下载链接。支持的格式:PDF(.pdf)、Word(.docx/.doc/.rtf)、Excel(.xlsx/.xls)、PPT(.pptx/.ppt)、WPS(.wps/.et/.dps)、图片(.jpg/.png/.bmp等)、HTML(.html/.htm)", "type": "string" }, "receiverPhone": { "description": "签署人手机号,用于接收签署通知短信", "type": "string" }, "username": { "description": "签署人姓名,非必填,默认为空字符串,如果对方没有在e签宝注册过, 则必须提供姓名; 如果对应用户已存在个人信息,则不需要添加姓名", "type": "string" } }, "required": [ "filePath", "fileName", "receiverPhone" ], "type": "object" }
Install Server

Other Tools from e签宝 MCP Server

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/esign-cn-open-source/mcp-server-esign'

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