Skip to main content
Glama
Tsadoq

EuropassMCP

by Tsadoq

lookup_country

Look up the official Europass country code for any country name in multiple languages. Enter a query to get matching code-label pairs, ordered by likelihood.

Instructions

Find the country codes Europass recognises for a country you can name.

Answers a country in any of the languages the schema documents, so both Italy and Italien find IT. Each match is a [code, label] pair, the likeliest first, and a query close to nothing returns nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 discloses multi-language support, return format ([code, label] pairs), ordering (likeliest first), and behavior for near-empty queries. This adds meaningful behavioral context beyond the tool name.

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 with zero fluff. The primary purpose is front-loaded in the first sentence, and the second sentence adds necessary detail on language support and output shape. No wasted words.

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 lookup with an output schema, the description covers language matching, return structure, ordering, and the empty-query edge case. Nothing essential is missing for correct invocation.

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

Parameters5/5

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

Schema coverage is 0%, and the description fully compensates by explaining the 'query' parameter as a country name in any language, including matching behavior and output format. This makes the parameter's semantics clear without needing to open 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?

States a specific verb+resource: 'Find the country codes Europass recognises for a country you can name.' Clearly distinguishes from sibling CV-building tools by focusing on country code lookup.

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 purpose is clear enough that an agent knows when to use it for country code lookups, but the description does not explicitly name alternatives or exclusions. It doesn't compare to lookup_language or other tools, so while context is clear, it lacks explicit routing.

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