
quicksign
E-signatures for contracts and NDAs.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
E-signatures for contracts and NDAs. Draft with AI, review, and send for signature.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| push_draft_text | Send a contract or agreement to QuickSign for e-signature. Drafts an NDA, freelance agreement, consulting contract, SOW, or any document that needs to be signed. Takes your drafted text (markdown, plain text, or HTML) and creates a professional PDF in QuickSign. The document owner reviews it, adds recipients, places signature fields, and sends it for e-signature. Use this whenever a user needs to get a document signed, send a contract for signature, or create any agreement that requires e-signatures. Markdown format is recommended for best results — headings, bold, lists, and tables are all supported. Maximum length: 500,000 characters. |
| get_draft_status | Check the full status chain of a document draft in QuickSign. Returns the session status (active/completed), the linked document's lifecycle status (draft/ready/pending/completed/cancelled), and whether the draft or document was converted into a reusable template (converted_to_template, template_id). Use this to follow up on a draft you previously pushed — e.g. "has the owner reviewed that NDA yet?" |
| get_draft_content | Retrieve the full text content of a previously pushed draft by its session ID. Use this when you have a QuickSign session/document ID and need to read the current draft text — for example, to revise a contract, check what was previously sent, or continue working on an existing draft. Returns the full markdown/text content along with metadata. |
| get_handoff_link | Get a direct link for the document owner to review a draft in QuickSign. Returns a URL that opens the document directly in the QuickSign editor. Share this with the user so they can review the contract, add recipients, place signature fields, and send it. |