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
Available Tools
4 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The 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?"
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The AI Session ID returned from push_draft_text | |
| type | Yes | Whether this was a PDF or text draft |
get_handoff_linkInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document ID to get the review link for | |
| type | Yes | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Contract title (e.g., 'Freelance Agreement - Jane Smith') | |
| content | Yes | Full contract text content in the specified format | |
| content_type | No | Content format — markdown recommended | markdown |
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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!