Skip to main content
Glama

Server Details

E-signatures for contracts and NDAs. Draft with AI, review, and send for signature.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
get_draft_contentInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe AI Session ID (returned from push_draft_text or shared by the user)
get_draft_statusInspect

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?"

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe AI Session ID returned from push_draft_text
typeYesWhether this was a PDF or text draft
push_draft_textInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesContract title (e.g., 'Freelance Agreement - Jane Smith')
contentYesFull contract text content in the specified format
content_typeNoContent format — markdown recommendedmarkdown

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.