Skip to main content
Glama

Server Details

Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
open-agreements/open-agreements
GitHub Stars
14

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

3 tools
fill_templateInspect

Fill a legal agreement template with field values and return a document via URL or MCP resource preview metadata. For recipe templates (e.g. NVCA), also generates a redline (track-changes) document comparing the filled output against the standard form.

ParametersJSON Schema
NameRequiredDescriptionDefault
valuesNoField values to fill in the template.
templateYesTemplate ID, e.g. "common-paper-mutual-nda".
return_modeNoArtifact return mode. Defaults to "url".
redline_baseNoBase document for redline comparison. "source" = raw standard form (default), "clean" = cleaned intermediate.
include_redlineNoGenerate a redline (track-changes) document. Defaults to true for recipes.
get_templateInspect

Fetch a single template definition with full field metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
template_idYesTemplate ID, e.g. "common-paper-mutual-nda".
list_templatesInspect

List all available legal agreement templates. Supports compact and full metadata modes for discovery.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoResponse detail mode. Defaults to "full".

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.