Skip to main content
Glama

VisaMap

post_v2_visa_map

Return the color for the primary visa rule Group: V2. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body. Example: {"passport":"CN"}

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool returns a color and costs 1 credit per call, implying a read-only operation and providing billing context, but it does not mention authentication, errors, or side effects.

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, purposeful sentences: the first states the tool's output and scope, the second states cost. There is no filler or redundancy.

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 description covers the essential output type and cost, and the schema fills in the body example. However, with no output schema and no annotation context, it leaves ambiguity about request semantics and how this tool differs from the 'mapall' sibling.

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 description coverage is 100% and includes an example request body, so the baseline is 3. The tool description itself adds no parameter semantics beyond what the schema already provides.

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 that the tool returns a color for the primary visa rule Group V2. The verb 'Return' and the resource scope are specific, though it does not explicitly distinguish itself from the sibling post_v2_visa_mapall.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to choose this tool over siblings like post_v2_visa_mapall or post_v2_visa_check. The usage is only implied by the purpose statement, with no exclusions or alternative tool recommendations.

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

C2.7/5.0
Disambiguation2/5

Several tools have overlapping purposes: 'post' and 'post_v2_visa_check' both show visa requirements, while 'post_map', 'post_v2_visa_map', and 'post_v2_visa_mapall' all return map-style visa information. The distinctions between V1 and V2 versions are not explained, making agents likely to select the wrong tool.

Naming Consistency2/5

Tool names follow a loose 'method_version_entity' pattern but are inconsistent: 'post' and 'post_map' lack version suffixes and clear resource names, while others use long descriptive names like 'post_v2_passport_rank_custom' and 'post_v2_visa_mapall'. The mix of very short and verbose names is confusing.

Tool Count4/5

With 8 tools, the server is reasonably scoped for a visa-requirements API. The count itself is appropriate, though some tools appear redundant due to V1/V2 duplication, which slightly reduces overall usefulness.

Completeness4/5

The tool set covers the core visa-check use case well: listing passports/destinations, checking visa rules, and generating maps/rankings. Minor gaps exist, such as batch or detailed visa-rule explanations, but agents can mostly complete standard tasks without dead ends.

Resources