Skip to main content
Glama

EasyAccessPDF

Server Details

PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
luotwo/easyaccesspdf-mcp
GitHub Stars
0
Server Listing
easyaccesspdf-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a unique and well-defined purpose: checking accessibility, converting to markdown, exporting to formats, fixing accessibility, and account status. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow the consistent pattern 'eap_verb_noun' (e.g., eap_check_pdf, eap_convert_to_markdown, eap_export_pdf, eap_fix_pdf, eap_get_account_status). The prefix is uniform, and verbs clearly indicate the action.

Tool Count5/5

With 5 tools, the server is well-scoped for PDF accessibility management. Each tool serves a distinct step in the workflow without excess or deficiency.

Completeness4/5

The set covers the core lifecycle (check, fix, convert, export) plus account management. A potential gap is the lack of a tool to manage multiple documents or view history, but the essential operations are present.

Available Tools

5 tools
eap_check_pdfA
Read-onlyIdempotent
Inspect

Check a PDF for accessibility compliance (PDF/UA-1, ISO 14289-1) using veraPDF. Included with membership — no credits charged. Returns pages, grade (A/B/C/F), issue list, tag coverage. Pass a publicly accessible URL of the PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly accessible URL of the PDF (max 50MB)

Output Schema

ParametersJSON Schema
NameRequiredDescription
pagesYes
issuesNo
has_tagsNo
includedNo
validatorNo
pass_gradeYes
credits_chargedNo
tag_coverage_pctNo
Behavior4/5

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

Annotations indicate read-only, open-world, idempotent. Description adds cost transparency ('Included with membership — no credits charged') and specifies return fields (pages, grade, issue list, tag coverage). Contradicts no 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?

Two sentences: first states purpose and standards, second covers cost and outputs, third input. Front-loaded, no fluff.

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 compliance checker with one parameter and output schema implied, description covers input format, cost, and output summary. Missing detail on error handling, but output schema likely covers it.

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 100% and provides constraint (max 50MB). Description repeats 'publicly accessible URL' without adding new meaning beyond schema. Baseline 3 for high coverage.

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?

Description clearly states it checks a PDF for accessibility compliance (PDF/UA-1, ISO 14289-1) using veraPDF. Distinguishes from sibling tools like eap_fix_pdf (fix) and eap_convert_to_markdown (convert).

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

Usage Guidelines3/5

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

Implies usage for checking compliance before fixing, but no explicit when-to-use or alternatives guidance. Mentions input requirement (public URL) and cost (included, no credits), but lacks context for when not to use.

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

eap_convert_to_markdownA
Read-onlyIdempotent
Inspect

Convert a document to clean Markdown (included with membership, no credits). Formats: PDF, Word (.docx/.doc), PowerPoint, Excel, HTML, EPUB, RTF, ODT, TXT. Pass a publicly accessible URL of the document.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly accessible URL of the document (max 50MB)

Output Schema

ParametersJSON Schema
NameRequiredDescription
markdownYesThe converted document as clean Markdown
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, and idempotentHint. The description adds context: conversion is 'clean Markdown', requires a public URL, and lists supported formats. It also clarifies the membership/credits model. 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 a single sentence plus a format list, front-loaded with the action. Every element adds value: tool purpose, cost info, formats, and input requirement. No fluff.

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 tool (one parameter, full schema coverage, output schema present), the description covers purpose, formats, cost, and URL requirement. Could potentially mention that output is a Markdown string, but the output schema likely covers that. Nearly complete.

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 100% with one parameter 'url' described as 'Publicly accessible URL of the document (max 50MB)'. The description reiterates this, adding no new semantic detail. 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?

Description clearly specifies the verb 'Convert' and resource 'document to clean Markdown'. It lists all supported formats (PDF, Word, etc.), making the tool's scope explicit. The sibling tools are PDF-specific, so this tool is properly distinguished as a multi-format converter.

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?

The description states when to use (convert documents to markdown), notes it's included with membership and uses no credits. It also specifies the prerequisite: a publicly accessible URL. While no explicit 'when not to use' is given, the context is clear enough for an agent to select appropriately.

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

eap_export_pdfA
Read-onlyIdempotent
Inspect

Export a PDF to another format (included with membership, no credits). Formats: json (structured document tree), html, text (plain text), annotated-pdf (layout visualization with labeled structure boxes — returned as a 24h download URL). Pass a publicly accessible URL of the PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly accessible URL of the PDF (max 50MB)
formatYesOutput format

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
formatNo
contentNoExported content for json/html/text formats
expiresNo
successNo
download_urlNo24h download URL (annotated-pdf format only)
Behavior4/5

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

Adds value beyond annotations: reveals membership inclusion, no credit cost, and that annotated-pdf returns a 24-hour download URL. Annotations already provide readOnlyHint, openWorldHint, idempotentHint; description complements with operational 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 concise sentences, no fluff. Purpose and key details are front-loaded. Every sentence earns its place.

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

Completeness5/5

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

Given the tool's simplicity (2 params with 100% schema coverage, output schema exists), the description covers purpose, formats, membership benefit, URL accessibility, and max size. No gaps remain for an agent to understand and invoke correctly.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for both parameters. Description enriches meaning by explaining each format's output (e.g., 'structured document tree' for json, 'plain text' for text, 'layout visualization with labeled structure boxes' for annotated-pdf). This adds clarity beyond the schema's brief labels.

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?

Description clearly states 'Export a PDF to another format' with specific verb and resource. Lists all four formats (json, html, text, annotated-pdf) with brief explanations. Distinguishes from sibling tools like eap_convert_to_markdown and eap_check_pdf by focusing on export/conversion, not checking or fixing.

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

Usage Guidelines3/5

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

Mentions membership inclusion and no credits, but does not provide explicit guidance on when to use this tool versus siblings or when not to use it. No alternatives or exclusions are described.

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

eap_fix_pdfAInspect

Auto-fix a PDF for accessibility: injects metadata, auto-tags the document, re-audits with veraPDF. Costs 1 remediation credit per document ($2.99 single-fix value) — billed for members and non-members alike; membership does not include auto-fix. Returns a 24h download URL for a zip package (tagged PDF + veraPDF report + manual-review checklist). Pass a publicly accessible URL of the PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly accessible URL of the PDF (max 50MB)
titleNoOptional document title used for metadata and file naming

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
gradeNoPost-fix veraPDF grade
pagesNo
expiresNo
successYes
download_urlYes24h zip download URL
credits_afterNo
credits_chargedNo
Behavior5/5

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

Beyond annotations (readOnlyHint=false, etc.), the description adds critical behavioral details: it costs 1 credit per document, produces a 24h download URL, and performs specific actions (inject metadata, auto-tag, re-audit). No contradiction 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 concise with 4 meaningful sentences. It front-loads the main purpose and steps, then adds cost, output, and requirement. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given the presence of an output schema (not shown), the description adequately covers output structure (zip with tagged PDF, report, checklist). It also addresses cost, prerequisites, and high-level workflow. No major gaps for a tool with moderate 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?

Schema description coverage is 100%, so the baseline is 3. The description reiterates the need for a publicly accessible URL, which matches the schema's own description. It does not add new parameter-specific meaning beyond 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 tool auto-fixes PDFs for accessibility by injecting metadata, auto-tagging, and re-auditing. It distinguishes itself from sibling tools like eap_check_pdf (checking) and eap_export_pdf (exporting) by focusing on the fixing action.

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?

The description explains that it costs a remediation credit and requires a publicly accessible URL, setting clear prerequisites. It does not explicitly say when not to use it or mention alternatives, but the cost and dependency on accessibility provide strong usage context.

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

eap_get_account_statusA
Read-onlyIdempotent
Inspect

Get the EasyAccessPDF account status: membership plan, expiry date, remaining PDF credits, current service prices.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
planNo
emailNo
pricesNo
creditsNoRemediation credits balance (1 credit = 1 auto-fix)
days_remainingNo
membership_untilNoYYYY-MM-DD
Behavior4/5

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

The description adds specific fields to the read-only and idempotent behavior indicated by annotations. It provides useful context about what the tool returns without contradicting annotations. However, it does not mention prerequisites or failure cases, which would 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.

Conciseness5/5

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

A single, well-structured sentence that immediately conveys the tool's purpose and key fields. No extraneous information.

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

Completeness5/5

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

Given no parameters and the presence of an output schema (not shown but implied), the description fully covers what the tool does and what it returns. An agent can safely select and invoke this tool without additional context.

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

Parameters4/5

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

The tool has zero parameters, so the description cannot add parameter semantics beyond the schema. Schema coverage is 100%, and the description appropriately focuses on the return fields. With zero parameters, baseline score is 4.

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 retrieves EasyAccessPDF account status, listing specific fields (membership plan, expiry date, remaining credits, current prices). It effectively distinguishes from sibling tools that focus on PDF operations.

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?

While no explicit when/when-not is given, the purpose is clear and the context signals show no sibling tools for account status, implying this is the tool to use for account info. The description does not provide alternatives, but the distinction from PDF tools is evident.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.