docracy
Server Details
Free, no-signup e-signatures. check_status free for anyone; find_documents needs paid key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- docracy1/docracy
- GitHub Stars
- 0
Available Tools
4 toolscheck_statusCheck signing statusAInspect
Look up the status of a Docracy signing chain from a sign or status link — who's signed, who's still pending.
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | The docracy.io sign or status link (or just the token) you were emailed. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The phrase 'Look up' implies a read-only operation, but the description does not explicitly state that it has no side effects, nor does it mention authentication requirements, error behavior, or what happens with invalid links. Since annotations are absent, the description carries the burden and covers the basic read-only nature but lacks deeper behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that directly states the action and the information returned. It contains no fluff or redundant wording, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple status-lookup tool with one parameter and no output schema, the description sufficiently explains the outcome ('who's signed, who's still pending'). It lacks details on exact response formatting or edge cases, but given the simplicity, it covers the essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides 100% coverage for the 'link' parameter, describing it as a docracy.io sign/status link or token. The description's mention of 'from a sign or status link' aligns with the schema but does not add additional semantic meaning beyond what the schema already states, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Look up' and identifies the resource as 'status of a Docracy signing chain,' making the tool's purpose unmistakable. It also adds context that it works from a sign or status link, which further clarifies its scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool: when you have a sign or status link and need to know who has signed and who is pending. There are no explicit exclusions or alternatives, but the context is clear and self-contained.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
draft_from_templateDraft from a Docracy templateAInspect
Start an agentic drafting workflow from a trusted Docracy template. Returns the prepare URL (fields already placed where applicable), library page, and drafting hints. Does NOT auto-send for signature — the human reviews and sends on docracy.io. Optional notes are echoed as a drafting brief for the assistant.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Template slug from list_templates (e.g. mutual-nda). | |
| notes | No | Optional deal context the assistant should apply when customizing the draft (parties, fee, dates). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosure. It honestly discloses that the tool returns specific artifacts (prepare URL, library page, drafting hints), that it does not trigger sending, and how optional notes are used. It does not detail side effects like whether a server-side draft or library record is created, but the important workflow behavior is covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description, composed of three sentences, delivers the core purpose, return values, a safety-relevant limitation, and a parameter behavior without any filler. Every sentence contributes to a clear mental model.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Because there is no output schema, the description correctly lists the returned artifacts and mentions the human-review workflow. It makes proper mention of the source of the slug in a later schema, but doesn't describe error conditions or whether the operation requires prior authentication or consent. For this scope of description, it is largely sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Both parameters are fully described in the input schema, so the baseline is 3. The description adds minor context by mentioning that notes are echoed as 'a drafting brief for the assistant,' but it does not substantially extend meaning for the slug parameter. The schema's example (mutual-nda) already provides the needed orientation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states a specific action and resource: 'Start an agentic drafting workflow from a trusted Docracy template.' It also differentiates the tool's scope by enumerating distinct returns (prepare URL, library page, drafting hints) and by clarifying that it does NOT auto-send, which distinguishes it from an end-to-end signing tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use context: use it when you want to start a template-based drafting workflow, and not when you need to send for signature — the human sends afterwards. It implies the slug should come from referring to list_templates, but it does not explicitly name alternative sibling tools or state exclusions beyond not-auto-send.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_templateGet a Docracy templateAInspect
Fetch metadata for one Docracy template by slug (title, description, key clauses / drafting hints when available) plus the prepare URL to open it for e-signature.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Template slug, e.g. mutual-nda or a Marketplace slug from list_templates. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden. It discloses that the tool returns metadata and a prepare URL, implying a read-only operation, but it does not explicitly confirm whether any mutation occurs (unlikely) or whether authentication/authorization is required. It also does not state that the prepare URL is generated (possibly a side effect) or its validity duration, leaving some ambiguity for an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence that covers what the tool fetches, the input parameter, and the extra return value (prepare URL). It is front-loaded with the core action and resource, and every phrase earns its place, with no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple: one input parameter, no output schema, and no annotations. The description adequately covers the input and the shape of the output (metadata + prepare URL) but does not specify the exact return format (e.g., JSON structure) or error cases (e.g., what happens if the slug is invalid). For a simple fetch operation, this is acceptable but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description for the slug parameter is already very helpful: it provides an example and guides the agent to use slugs from list_templates. The tool description adds the context that the slug identifies a specific template for metadata retrieval, but that is largely redundant with the schema. Since schema coverage is 100%, the description does not add significant new semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action: fetch metadata for one Docracy template by slug, listing the metadata fields (title, description, key clauses/drafting hints) and the prepare URL. It is distinct from siblings like list_templates (which lists templates) and draft_from_template (which likely creates a draft), so an agent can tell them apart.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by specifying a single slug as the input and referencing the sibling list_templates as a source for slugs ('a Marketplace slug from list_templates'). It does not explicitly discuss when not to use this tool versus list_templates or draft_from_template, but the contextual detail—metadata retrieval vs listing vs drafting—provides sufficient implied context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_templatesList Docracy legal templatesAInspect
List free and Marketplace legal templates from Docracy (NDAs, contractor agreements, offer letters, etc.). Optional text filter. Returns slugs and prepare URLs — does not create or send documents.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional filter (e.g. nda, freelancer, offer letter). Omit to list popular templates. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavior disclosure. It states the tool returns slugs and prepare URLs, and explicitly says it does not create or send documents. This is meaningful transparency beyond the schema and prevents the agent from treating it as a write action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences that front-load the tool's purpose and immediately follow with the optional filter and return behavior. No fluff, no repetition of schema details, and every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter list tool with no output schema, the description sufficiently covers what results to expect (slugs and prepare URLs), the available content (free and Marketplace templates), and the safety profile (creates or sends nothing). No critical gap remains.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the schema already explains the query parameter with examples. The description adds only a slight reminder to omit the query to list popular templates, but it does not materially extend the schema's meaning. It is adequately covered but not enriched.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'List free and Marketplace legal templates from Docracy,' with concrete examples like NDAs and offer letters. It also distinguishes itself from siblings by noting it does not create or send documents, and the output is only slugs and prepare URLs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly indicates when the tool is appropriate: browse or search templates with an optional text query, and omit query to list popular templates. It does not name alternatives like draft_from_template or get_template, but it clarifies this tool is read-only, providing enough context to avoid misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- Added
draft_from_template - Added
get_template - Added
list_templates
1 tool update
- First observed
check_status
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Connectors
- SignvoyOAuthcom.signvoy
Send documents for e-signature, track signing status, and download signed PDFs. No API key required.
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.
Send PDFs for legally binding e-signature, free and unlimited. Track status; free legal templates.
E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceE-signature for AI agents. One unauthenticated call returns a sandbox API key (no account, no browser), then the agent can send documents for signature, check status, and download the sealed PDF plus Certificate of Completion.3MIT
- AlicenseAqualityDmaintenanceSend documents for e-signature from Claude Desktop, Claude Code, Cursor, and other AI agents. Free DocuSign alternative.1557MIT
- AlicenseAqualityBmaintenanceEnables sending PDFs for e-signature via the TurboSign API, with tools for sending, reviewing, tracking status, downloading signed documents, voiding, resending, and managing credentials.12MIT
- AlicenseNot gradedqualityCmaintenanceBlockchain-anchored e-signatures. Create, send, negotiate, and verify legally binding agreements — every signature anchored to XRPL + Bitcoin with public verification. Agents can pay autonomously.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tools are largely distinct: list_templates and get_template cover browsing/fetching templates, draft_from_template starts a drafting workflow, and check_status looks up signing status. There is slight overlap between get_template and draft_from_template since both return prepare URLs and drafting hints, but their core purposes remain separable.
All tool names follow a clear snake_case verb-object pattern: check_status, draft_from_template, get_template, and list_templates. The singular/plural template names are natural, and there are no mixed conventions or vague verbs.
Four tools is a well-scoped size for a template drafting and status assistant. Each tool serves a distinct user need without redundancy or bloat.
The set covers the main template browsing, arbitrary drafting, and status-checking workflow, and explicitly signals when human action is required. The only notable gap is the lack of an API-driven send-for-signature action, but the descriptions deliberately leave that to the human user.