Skip to main content
Glama
Tsadoq

EuropassMCP

by Tsadoq

add_digital_skill

Add one digital or computer skill to a Europass CV draft. Each call records exactly one skill, preventing multiple skills from merging into a single entry.

Instructions

Add one digital or computer skill, after those already added.

Add every skill as its own call. Europass prints these as free text, so a single call naming several skills is recorded as one skill with a long name rather than as the list it reads like.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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 two meaningful behaviors: the append semantics ('after those already added') and the Europass free-text pitfall. It could mention return values or error cases, but the key side effects are covered.

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 short sentences front-load the core action and then justify the one-per-call rule with a concrete reason. There is no filler, no repetition of the tool name, and every sentence 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 two-parameter append tool, the description plus schema covers required inputs, append behavior, and the main usage trap. An output schema exists, so return format need not be described. Minor omissions like duplicate handling are not essential for correct invocation.

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 description coverage is only 50%, and the description compensates by clarifying that the skill parameter must be a single skill, not a list. It also reinforces the draft context via 'after those already added'. The draft_id and the optional description field are already adequately documented in the schema.

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 verb ('Add'), a clear resource ('digital or computer skill'), and an explicit append position ('after those already added'). It also differentiates from sibling tools like add_language_skill and add_work_experience by narrowing the scope to digital skills.

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 gives a strong operational rule: make one call per skill, because Europass prints the field as free text and a combined call would be treated as a single long skill name. It does not explicitly name alternatives or state when not to use the tool, but the context is clear enough.

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