DocVerdict
Server Details
PDF, photo, email, and file comparison evidence checks with plain-language reports.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
Each tool targets a distinct resource: PDF comparison, email verification, PDF verification, and photo verification. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern (verify_email, verify_pdf, verify_photo, compare_pdfs). The pattern is uniform with only a minor pluralization difference.
With 4 tools, the server is well-scoped for document verification. Each tool adds distinct value without unnecessary bloat.
The tool set covers key verification scenarios for PDFs, emails, and photos. Missing are comparisons for emails and photos, but the core functionality is complete.
Available Tools
4 toolscompare_pdfsAInspect
Compare two PDFs: byte identity, whether one file derives from the other, and what changed (pages, metadata, signature events). Reports the relationship the bytes show; it does not decide which file is the right one.
| Name | Required | Description | Default |
|---|---|---|---|
| filename_a | No | Original filename, for the report header. | |
| filename_b | No | Original filename, for the report header. | |
| file_a_base64 | Yes | File content, base64-encoded. | |
| file_b_base64 | Yes | File content, base64-encoded. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the types of comparisons performed (byte identity, derivation, page/metadata/signature changes) and explicitly states what it does not do (doesn't decide correctness). No contradictions with annotations (none provided).
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 sentences, no unnecessary words, front-loaded with key information. Every sentence earns its place: first sentence states what it does, second clarifies a limitation.
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?
Given 4 parameters, no output schema, and no annotations, the description is fairly complete. It explains the scope of comparison (pages, metadata, signatures). Could mention that output is a report object, but absence of output schema reduces need. Adequate for an AI to understand tool behavior.
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 description coverage is 100%, so parameters are already documented. The description adds minimal extra meaning beyond the schema (e.g., 'for the report header' is already in schema). It does mention comparison types but not parameter-specific details. Baseline 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 clearly states it compares two PDFs on byte identity, derivation, and changes (pages, metadata, signature events). It uses specific verbs ('compare', 'reports') and resource ('PDFs'), distinguishing it from sibling tools like verify_pdf, which likely validate structure/authenticity.
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 explains what the tool compares and explicitly states it does not decide which file is correct ('it does not decide which file is the right one'), guiding the agent on limitations. While it does not explicitly mention when to use vs alternatives, the context is sufficient for an AI to infer appropriate use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_emailAInspect
Check one email saved as .eml: sender alignment, authentication results as recorded by the receiving server, and the delivery route. Classifications only — a mismatch is evidence to weigh, not a conclusion.
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename, for the report header. | |
| file_base64 | Yes | File content, base64-encoded. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool provides classifications only and that mismatches are evidence to weigh, not a conclusion. This warns against overinterpretation. However, it does not mention any access restrictions, file size limits, or error handling, which would further enhance transparency.
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?
A single compact sentence delivers the core purpose, scope, and output nature with zero wasted words. It is front-loaded and efficiently conveys all necessary information.
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 two-parameter tool without an output schema, the description adequately covers what the tool does and the nature of its output. It mentions the file format (.eml) and the type of analysis. However, it could be improved by noting that the file must be a valid .eml file and that the tool does not make final judgments.
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 have descriptions in the schema (100% coverage), and the tool description adds no additional meaning beyond the schema. The description mentions 'filename, for the report header' which aligns with the schema, but does not provide new semantics.
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 specifies a clear verb 'Check', a specific resource type (one email saved as .eml), and lists the exact aspects checked (sender alignment, authentication results, delivery route). It also clarifies the output is classifications only, distinguishing it from sibling tools that verify PDFs and photos.
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 when verifying an .eml file by stating what it does, but provides no explicit guidance on when not to use this tool or alternatives beyond the sibling context. The user must infer from sibling names that other tools handle different file types.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_pdfAInspect
Check one PDF: digital signature status, whether content was added after signing, and metadata observations (creation dates, producing software, edit history). Returns findings JSON and a plain-language report. The result classifies evidence; it never determines fraud, authenticity, or legal validity.
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename, for the report header. | |
| file_base64 | Yes | File content, base64-encoded. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses output format (findings JSON and plain-language report) and explicitly states it never determines fraud, authenticity, or legal validity, setting clear expectations.
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 sentences, front-loaded with core purpose, no fluff. Each sentence adds value: first lists checks, second clarifies output and limitations.
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?
No output schema, but description explains return format and evidence classification. Missing details on error handling or file size limits, but adequate for a single-purpose verification tool.
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%, so parameters are already described well in schema. Description adds minimal context (filename for report header) but does not significantly enhance understanding beyond 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?
Description clearly states the tool checks digital signature status, post-signing content additions, and metadata. It differentiates from siblings (compare_pdfs, verify_email, verify_photo) by focusing on a single PDF's integrity and metadata.
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?
No explicit guidance on when to use this tool versus alternatives. While it implies it's for single PDF verification, it does not contrast with compare_pdfs or other verification tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_photoAInspect
Check one photo (JPG, PNG, or HEIC): camera metadata, capture time, edit traces, and timestamp consistency. Observations suggest, never prove, how the image was made and handled.
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename, for the report header. | |
| file_base64 | Yes | File content, base64-encoded. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It includes a key caveat that 'observations suggest, never prove', which is helpful, but does not explicitly declare whether the tool is read-only or mention any other behavioral traits such as permissions, destructive actions, or rate limits.
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 extremely concise with two sentences. The first sentence immediately states the tool's purpose and supported formats, and the second provides a crucial caveat. No unnecessary words.
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?
Given the tool's complexity (photo authentication) and the absence of an output schema, the description covers what it checks and the suggestive nature of results. However, it does not describe the structure of the output (e.g., report format, metadata fields), which would help the agent understand the response. The sibling tools suggest a pattern, but the description itself leaves gaps.
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 input schema has 100% description coverage for both parameters. The description adds value beyond the schema by specifying the accepted file formats (JPG, PNG, HEIC), which is not present in the schema descriptions, and clarifies that filename is for the report header.
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 the tool checks a single photo, listing specific aspects (camera metadata, capture time, edit traces, timestamp consistency), and the format restriction (JPG, PNG, HEIC) distinguishes it from sibling tools that handle other file types.
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 implicitly indicates when to use this tool (for photo verification) and the sibling tools cover different file types, but it does not explicitly state when not to use or compare to alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!