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

EAD Enterprise Suite MCP Server

signature_request_create

Create a draft signature request for a case file. Set a deadline up to 30 days ahead, then add documents and participants before activation.

Instructions

Creates a new signature request in DRAFT status. Requires: case_file_create → caseFileId. Generate a UUID v4 for id. Set deadline as ISO 8601 datetime (max ~30 days ahead). Returns requestId. Add documents with signature_request_add_document and participants with signature_participant_create before activating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
deadlineYes
languageYes
sequenceNo
caseFileIdYes
objectiveIdNo
dashboardUrlNo
signatureTypeNo
closeConditionNo
Behavior4/5

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

Annotations indicate write operation (readOnlyHint=false) but no further details. Description adds that it creates in DRAFT status, requires UUID v4 id, deadline max 30 days, and returns requestId, going beyond annotations.

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?

Four sentences, each serving a purpose: main action, prerequisites, parameter details, and post-creation instructions. No redundancy, efficient for agent parsing.

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?

Covers creation workflow, prerequisites, and follow-up actions. Missing detailed explanations of optional parameters and return format beyond 'requestId', but sufficient for context given sibling tools and annotations.

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?

Schema coverage is 0%, so description compensates for some parameters: 'id' (UUID v4), 'deadline' (ISO 8601 max 30 days), 'caseFileId' (from case_file_create). However, it does not explain 'name', 'language', 'sequence', 'objectiveId', 'dashboardUrl', 'signatureType', or 'closeCondition', leaving gaps.

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 clearly states it creates a signature request in DRAFT status, specifying verb 'creates' and resource 'signature request'. It distinguishes from sibling tools like 'signature_request_cancel' and 'signature_request_add_document' by defining the creation entry point.

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

Usage Guidelines4/5

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

Provides explicit prerequisites ('requires case_file_create → caseFileId') and subsequent steps ('add documents...before activating'), guiding the agent on the correct workflow. However, it does not explicitly state when not to use this tool.

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_Enterprise_Suite_MCP'

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