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
Available Tools
3 toolsfill_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.
| Name | Required | Description | Default |
|---|---|---|---|
| values | No | Field values to fill in the template. | |
| template | Yes | Template ID, e.g. "common-paper-mutual-nda". | |
| return_mode | No | Artifact return mode. Defaults to "url". | |
| redline_base | No | Base document for redline comparison. "source" = raw standard form (default), "clean" = cleaned intermediate. | |
| include_redline | No | Generate a redline (track-changes) document. Defaults to true for recipes. |
get_templateInspect
Fetch a single template definition with full field metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template ID, e.g. "common-paper-mutual-nda". |
list_templatesInspect
List all available legal agreement templates. Supports compact and full metadata modes for discovery.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Response 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 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!
Your Connectors
Sign in to create a connector for this server.