Skip to main content
Glama

Server Details

Neutral escrow for customer-data offboarding (GDPR/EU Data Act): query MyDataPass facts.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mydatapass/datapass-verify
GitHub Stars
0

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 3.7/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of MyDataPass: general info, compliance checks, offboarding guide, pricing, and certificate verification. There is no overlap in purpose, making selection unambiguous.

Naming Consistency4/5

Most tools follow a verb_noun pattern (check_, get_, verify_), but 'about_mydatapass' uses a preposition instead of a verb. The overall style is consistent (lowercase, underscores), with only minor deviation.

Tool Count5/5

Five tools is well within the typical 3-15 range and fits the server's informational scope. Each tool covers a necessary area without redundancy or bloat.

Completeness5/5

The tool surface covers the key aspects of the service: overview, regulatory compliance, offboarding process, pricing, and verification. For an informational server, this is comprehensive with no obvious gaps.

Available Tools

5 tools
about_mydatapassBInspect

What MyDataPass is, the category it defines, and who it is for.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description carries the full burden of explaining behavioral traits. It only describes the content of the tool (what MyDataPass is), not its behavior such as whether it is read-only, what it returns, or any side effects. This lack of behavioral disclosure makes it difficult for an agent to know what to expect from invoking it.

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, compact sentence that fully captures the tool's purpose without extraneous words. It is front-loaded and every phrase adds meaning, making it highly concise and well-structured.

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

Completeness3/5

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

Given the tool's simplicity (no parameters, no output schema), the description provides a reasonable overview but leaves gaps: it does not clarify the return format (e.g., plain text vs. structured data) or confirm that the operation is safe/read-only. Since there are no annotations to supplement this, the context is only partially complete.

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, and the schema is empty. Per the rubric, a base score of 4 is appropriate when there are no parameters to describe. The description does not need to add parameter details since none exist, and it does not introduce confusion.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it provides information about MyDataPass, its category, and its target audience. While it lacks an explicit verb, the 'what/who' structure makes the intent unambiguous. It also distinguishes from sibling tools like check_compliance_requirement or get_pricing by focusing on the product itself rather than specific features.

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?

The description implies that this tool is used when one needs general information about MyDataPass, but it does not explicitly state when to use it or when to prefer alternatives. No exclusions or alternative tool references are provided, so the usage context is only indirectly conveyed.

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

check_compliance_requirementAInspect

Check how MyDataPass relates to a data/privacy regulation (e.g. 'GDPR', 'EU Data Act', 'Article 20').

ParametersJSON Schema
NameRequiredDescriptionDefault
regulationYesRegulation or article name, e.g. 'GDPR Article 20'
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the tool checks how MyDataPass relates to a regulation, but does not disclose the output format, whether it is read-only, or potential limitations (e.g., unsupported regulations or how results are presented). The description is minimally transparent but lacks behavioral depth.

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 well-formed sentence that immediately states the tool's purpose and includes examples. There is no filler, tautology, or unnecessary detail.

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 tool's low complexity (one parameter, no nested objects, no output schema), the description covers the essential usage. However, because there is no output schema, it could be more complete by indicating whether the result is a status, a summary, or detailed requirements mapping. Still, it is adequate for a simple lookup tool.

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 schema already provides a clear description for the only parameter ('regulation') with an example. The description repeats the same examples without adding extra meaning or context beyond what the schema already specifies. With 100% schema coverage, the baseline of 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?

The description uses a specific verb ('Check') with a clear resource ('MyDataPass') and target ('data/privacy regulation'), and gives concrete examples ('GDPR', 'EU Data Act', 'Article 20'). It clearly distinguishes this tool from siblings like get_pricing or verify_certificate by focusing on regulatory compliance relationships.

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 clearly implies the tool should be used when the user asks about how MyDataPass complies with a specific regulation. It does not explicitly list exclusions or alternatives, but the examples and sibling names make the appropriate use case unambiguous.

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

get_offboarding_guideBInspect

The step-by-step offboarding flow and what the client ultimately receives.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states what the tool returns (offboarding flow and client deliverables) but does not mention whether it is a read-only operation, requires authentication, or has any side effects. For a get/informational tool, the lack of explicit safety disclosure is a minor gap, but still present.

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, compact sentence that directly states the tool's output and content. It is front-loaded with the key information and contains no filler or redundancy, making it highly scannable for an AI agent.

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

Completeness3/5

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

The tool is simple with no parameters and no output schema, so the description is mostly adequate. However, it could benefit from a phrase like 'Use to understand the offboarding process' to clarify intended context. As written, it tells what is returned but not why or when to use it, leaving a small but notable gap in completeness.

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 per the baseline rule, the description does not need to add parameter semantics. The schema is empty and the description doesn't attempt to describe parameters, which is appropriate. No information is missing here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates the tool provides the step-by-step offboarding flow and what the client ultimately receives. While it is a noun phrase rather than an explicit verb+resource, the name 'get_offboarding_guide' combined with this description makes the purpose unambiguous and distinct from sibling tools about pricing, compliance, or certificate verification.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, appropriate contexts, or when to avoid it. The only hint is the offboarding topic, which differentiates it from siblings, but the description itself provides no usage direction.

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

get_pricingAInspect

MyDataPass pricing for the offboarding export and the compliance API.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries full burden. It does not explicitly state that this is a read-only or non-destructive operation, though the name 'get_pricing' strongly implies it. The description also doesn't hint at any rate limits, response formats, or potential errors. However, for a simple pricing lookup, the behavioral surface is minimal.

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, well-structured sentence that immediately states the tool's purpose. No unnecessary words; every word adds value.

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 that the tool has zero parameters and no output schema, the description is nearly complete. It identifies the product areas (offboarding export and compliance API) that pricing covers, which is the main information an agent needs to decide to invoke it. A minor gap is the lack of an explicit statement about what the response looks like, but this is not critical for a simple pricing lookup.

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 input schema is empty. The description adds no parameter-specific detail, but none is needed. Baseline for zero-parameter tools is 4, which is appropriate here.

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 returns pricing for two specific MyDataPass offerings: the offboarding export and the compliance API. The verb 'get' plus the specific resource makes the purpose unambiguous and distinguishes it from sibling tools that cover other topics like guides or certificates.

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 implies this tool is used when pricing information for those specific offerings is needed. While no explicit alternatives are mentioned, the sibling tool names (about_mydatapass, check_compliance_requirement, etc.) clearly cover different purposes, so the usage context is evident.

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

verify_certificateAInspect

Explain how to independently verify a MyDataPass delivery certificate (offline).

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNoOptional share token; verification is done with the offline tool
Behavior3/5

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

Without annotations, the description carries full burden. It specifies that the tool provides instructions for offline verification, which is a behavioral trait. However, it does not disclose what happens when the optional token is provided or the format of the explanation, leaving some ambiguity.

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 with no filler, front-loading the action ('Explain') and specifying the exact resource and conditions. Every word earns its place.

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 informational tool with one optional parameter and no output schema, the description plus schema cover the essentials. However, the description doesn't explicitly state what the user should expect as a result (e.g., a step-by-step guide), which leaves a minor gap.

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 fully documents the single parameter (token) with a description stating it is optional and verification is done offline. The tool description itself adds no parameter-specific information beyond the schema, so the baseline of 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?

The description clearly states the tool's function: 'Explain how to independently verify a MyDataPass delivery certificate (offline).' It uses a specific verb ('Explain') and resource ('delivery certificate'), and the offline/independent qualifiers differentiate it from any online verification tools. It stands apart from siblings which focus on general info, compliance, offboarding, and pricing.

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?

The description implies the tool is for users seeking offline verification instructions, but it does not explicitly state when to use this tool over alternatives or when not to use it. No exclusions or alternative tool mentions are provided, so the guidance is implied rather than explicit.

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!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for TracePass — the EU Digital Product Passport platform. Create products, build and audit DPPs, set economic-operator parties, and read/capture GS1 EPCIS 2.0 supply-chain events.
    6
    398
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    The deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.
    56
    1
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.