Skip to main content
Glama
Tsadoq

EuropassMCP

by Tsadoq

validate_cv

Check a CV draft against the Europass schema to identify and locate errors, including invalid code list values with suggested corrections.

Instructions

Check the draft against the Europass schema and report what is wrong.

Safe to call at any point: an unfinished CV is expected to have issues, and each one says where it is and, for a value drawn from a code list, what valid values are spelled most like the one refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draft_idYesName of the draft to work on, as given to `create_cv`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
validYesWhether the draft is a valid Europass CV as it stands.
issuesNoEverything the schema objects to, in the order it reaches them.
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and exceeds it: it implies read-only checking, reassures about safety, and details the nature of the report (issue location plus close code-list suggestions). This gives the agent a realistic expectation of the tool's behavior.

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 tightly written sentences: the first states the core purpose, the second adds safety and output specifics. Every sentence contributes value, and the most important information is front-loaded.

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?

For a single-parameter tool with an output schema, the description plus schema fully covers usage timing, validation behavior, and report content. There are no missing pieces an agent would need to call it correctly.

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 fully describes draft_id with a pointer to create_cv, providing 100% coverage. The description adds no parameter-specific detail, so the baseline score 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 states a specific action ('Check the draft against the Europass schema') and outcome ('report what is wrong'), clearly distinguishing this validation tool from the sibling create/modify/export/lookup tools. It leaves no ambiguity about what the tool does.

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?

It explicitly says the tool is safe to call at any point and that unfinished CVs are expected to have issues, giving the agent clear context on when to invoke it. It does not name alternatives, but no sibling tool offers validation, so no exclusion is necessary.

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/Tsadoq/EuropassMCP'

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