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

EAD Enterprise Suite MCP Server

evidence_seal

Destructive

Seal an evidence group to certify it and trigger asynchronous timestamping, preventing new additions until fully closed.

Instructions

Seal and certify an evidence group. Closes the group to new additions and triggers async timestamping. Returns immediately — the group transitions OPEN → CLOSING → CLOSED. Poll evidence_group_list until status is CLOSED before linking to a dossier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
webUrlNo
deviceOSNo
userAgentNo
caseFileIdYes
attestationNo
deviceModelNo
evidencesCountYes
altitudeLocationNo
latitudeLocationNo
locationAccuracyNo
longitudeLocationNo
deviceManufacturerNo
Behavior4/5

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

Annotations indicate destructiveHint true and readOnlyHint false; description adds async behavior details (returns immediately, state transitions OPEN→CLOSING→CLOSED). No contradiction with annotations. Could mention data loss or locking, but sufficient for context.

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 sentences, front-loaded with purpose, then behavior, then guidance. No wasted words. Information-dense and well-structured.

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

Completeness2/5

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

Given 13 undocumented parameters and no output schema, the description is incomplete. It lacks details on required inputs, return format, error cases, and the exact meaning of parameters. The polling instruction is helpful but insufficient to fully understand correct usage.

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

Parameters1/5

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

Schema has 13 parameters with 0% description coverage. The description does not explain any parameter meanings, required fields (caseFileId, id, evidencesCount), or the purpose of nested attestation object. This is a critical gap.

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 tool seals and certifies an evidence group, closes it to new additions, and triggers async timestamping. It distinguishes from sibling tools like evidence_group_create by describing the state transitions and the need to poll before linking to a dossier.

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?

Explicit guidance to poll evidence_group_list until status is CLOSED before linking to a dossier. However, it does not explicitly state when not to use this tool or mention alternatives like manually certifying.

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