Skip to main content
Glama
cmendezs

mcp-einvoicing-be

by cmendezs

get_peppol_codelist_version

Retrieve the locally configured OpenPeppol eDEC code list version(s) to verify they match current e-invoicing requirements.

Instructions

Report the OpenPeppol eDEC code list release version(s) currently configured locally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It discloses that the tool reports the locally configured version, implying it is a read-only operation, but does not specify whether it queries an external system, requires network access, or what the exact return structure is beyond the output schema existence. The description is clear but lacks deeper behavioral details like whether it reads from a local cache or performs a live check.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is a single sentence that directly states the tool's purpose without excessive detail. It is concise and front-loaded with the main action. It does not include any fluff or redundant information, though it could be slightly more specific about the output format, but the output schema likely covers that.

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 relatively simple with no parameters and has an output schema (though its contents are unknown). The description is adequate for a tool that simply reports a version. However, it lacks context such as whether this version is used for validation or how it might affect other operations, and it does not mention possible differences between multiple code lists or versions. Given the complexity is low, a score of 3 is appropriate as the description is sufficiently complete but could add a bit more 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, and the schema coverage is 100% since the schema shows no properties. Therefore, the description does not need to explain parameter semantics. The baseline for zero parameters is 4, and the description accurately covers the tool's input requirements by stating it reports the current configured version without any parameters.

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 purpose: reporting the OpenPeppol eDEC code list release version(s) currently configured locally. It specifies the resource (OpenPeppol eDEC code list) and the action (report version), which is distinct from sibling tools that focus on validation, generation, parsing, and other Peppol operations.

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 used to check the locally configured version of the code list, but does not explicitly state when to use it versus alternatives. Sibling tools like 'check_participant_id_scheme_in_codelist' suggest this tool is for version reporting, not for validating codes, which is a subtle distinction but not explicitly articulated.

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/cmendezs/mcp-einvoicing-be'

If you have feedback or need assistance with the MCP directory API, please join our Discord server