Skip to main content
Glama
g-digital-by-Garrigues

EAD Factory MCP Server

Official

signature_certificate_generate

Generate the official appearance certificate for a fully signed signature request and retrieve it in the same call. Provide the signatureRequestId to produce the document.

Instructions

Generates the well-signed appearance certificate document for a signature request. Use once every signatory has signed (check with get_signature_request). Requires: create_signature_request → signatureRequestId. Unlike EAD Enterprise's equivalent tool (a GET that polls an already-generated URL), this triggers generation and returns the result in the same call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signatureRequestIdYesMANDATORY. UUID of the signature request. Obtain from create_signature_request.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that this 'triggers generation and returns the result in the same call,' which is a key synchronous behavior beyond the annotations. However, it doesn't detail side effects like whether repeated calls create duplicates or if any state is marked, though annotations already indicate non-idempotent and non-read-only.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences: purpose, usage timing/prerequisite, and differentiation from an alternative. Each sentence earns its place, no fluff, with the key information front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple 1-param schema with an output schema and all-false annotations, the description covers the essential context: when to use it, what it returns, and how it differs from another approach. It doesn't explain domain-specific 'well-signed' or failure modes, but that's minor for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter signatureRequestId is 100% covered by the schema description ('MANDATORY. UUID... Obtain from create_signature_request'). The tool description repeats the prerequisite but adds no new semantic detail, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: 'Generates the well-signed appearance certificate document for a signature request.' It clearly identifies the action and object, and the final sentence contrasts this tool with EAD Enterprise's GET-based equivalent, distinguishing it from related generation/polling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'Use once every signatory has signed (check with get_signature_request).' It names the prerequisite chain 'create_signature_request → signatureRequestId' and provides an alternative comparison, giving clear context for when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/g-digital-by-Garrigues/EAD-Factory-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server