Skip to main content
Glama

UkraineBorder — travel guidance and war-risk insurance

Create prefilled checkout link

create_draft
Read-only

Build a checkout link to ukraineborder.com with the trip parameters pre-filled, so the traveller completes identity, email verification and payment there. Carries no personal data: only non-personal trip parameters in the URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeYesBCP-47 short code; one of the 10 supported locales.
exitDateNoDD.MM.YYYY (optional).
coverageTierYes
enteringDateNoDD.MM.YYYY (optional).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
magicLinkYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint and destructiveHint, indicating no side effects. The description adds valuable context by stating that the tool carries no personal data and only non-personal trip parameters in the URL, which is beyond what annotations convey. This builds trust and clarifies privacy 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?

The description is two sentences, front-loaded with the core action, and contains no irrelevant details. Every clause adds information: the destination site, the prefilled nature, the traveller's subsequent steps, and the non-personal data guarantee.

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 moderate complexity (4 params, 2 required) and the presence of an output schema plus annotations, the description is sufficiently complete. It clarifies the tool's purpose, the data involved, and the expected traveller flow. It does not explicitly describe the return value, but the output schema likely covers that, so the description need not.

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?

Schema coverage is 75%, with descriptions for locale, exitDate, and enteringDate, but coverageTier lacks a description. The tool description adds a general note about 'trip parameters' but does not elaborate on individual parameter semantics or format beyond what the schema already provides. It does not fully compensate for the missing coverageTier explanation.

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 that the tool builds a checkout link to ukraineborder.com with prefilled trip parameters. It uses a specific verb ('Build') and resource ('checkout link') and distinguishes itself from sibling tools that focus on quotes, searches, or summaries.

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 usage context: when a traveller needs a prefilled link to complete identity verification and payment. However, it lacks explicit guidance on when to use this tool versus alternatives like estimate_quote or search_content, and does not mention exclusions or prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Search and search_content overlap in purpose, but search covers multi-language guides while search_content targets a specific language, so they are distinguishable. Other tools like fetch, get_cluster_summary, and the insurance tools have clear distinct roles.

Naming Consistency3/5

Some tools use a verb_noun pattern (create_draft, estimate_quote, get_cluster_summary, get_insurance_facts), while others are single verbs (fetch, search) or a different verb_noun (search_content). This inconsistency may confuse agents expecting a uniform convention.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose of travel guidance and war-risk insurance. Each tool serves a distinct function without unnecessary redundancy.

Completeness4/5

The tool set covers content search and retrieval, topic summaries, insurance quoting, draft creation, and regulatory facts, covering the core workflows. Minor gaps exist around direct policy management, but the checkout link handles purchase.

Resources