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

EAD Factory MCP Server

Official

get_signature_request

Read-onlyIdempotent

Retrieves signature request details and status by ID to check signing progress after activation. Requires signatureRequestId from create_signature_request.

Instructions

Retrieves a signature request's details and status by id (legacy top-level name). Use to check signing progress after activation. Requires: create_signature_request → signatureRequestId.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
statusNo
languageNo
providerNo
createdAtNo
createdByNo
documentsNo
senderNameNo
closeConfigNo
descriptionNo
webhookUrisNo
notificationsNo
senderAddressNo
statusHistoryNo
uniqueValidatorNo
cancellationReasonNo
signatureRequestBodyNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the dependency on create_signature_request and the 'legacy top-level name' note, which are useful behavioral cues. No contradictions with 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?

The description is two sentences long, front-loaded with the main action. Both sentences carry essential information: what it does and when to use it with a prerequisite. No redundant or filler content.

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?

For a simple read-only tool with one parameter, a well-documented schema, and an output schema present, the description adequately covers the purpose, usage context, and prerequisite. It could mention potential errors or return format details, but those are standard for such tools and are largely inferred from the output schema.

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 input schema already provides a detailed description for signatureRequestId, including that it is a mandatory UUID and where to obtain it. The description repeats this dependency without adding new syntax or format details. With 100% schema coverage, the baseline is 3, and the description does not exceed that.

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 the action: "Retrieves a signature request's details and status by id." It specifies the resource and the identifier method, and the note "legacy top-level name" helps distinguish it from potential newer variants. This is specific and unambiguous.

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?

It provides usage context: "Use to check signing progress after activation." It also states a prerequisite: "Requires: create_signature_request → signatureRequestId." However, it does not explicitly mention when not to use it or name alternative tools like signature_request_list or signature_request_full, so it falls short of full 5.

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