Skip to main content
Glama

Dataset & pricing info

get_dataset_info
Read-onlyIdempotent

Coverage and freshness of the underlying visa-requirements dataset, plus endpoints and x402 pricing for the unlimited paid tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
docsNoLLM-facing documentation URL
transparencyNoData-quality metrics URL
free_endpointNoThe free rate-limited check endpoint
paid_endpointsNox402 pay-per-request endpoints (USDC on Base, no account)

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior, so the description adds meaningful context about the specific information returned (coverage, freshness, endpoints, pricing). No contradictions and no missing side-effect warnings needed.

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?

A single concise sentence that front-loads the key content (coverage, freshness, endpoints, pricing). Every element is informative and there is zero redundancy.

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 no-parameter info tool with a rich output schema and strong annotations, the description adequately conveys the tool's purpose and scope. The complexity is low, and the description covers all necessary context.

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?

The tool has zero parameters, and schema coverage is 100%. The description is not required to explain parameters, and no parameter information is needed. A baseline of 4 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 clearly states what the tool provides: coverage, freshness, endpoints, and x402 pricing for the dataset. This distinguishes it from sibling tools like check_entry_requirements and evaluate_trip, which focus on actual visa checks and trip evaluation rather than dataset metadata.

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 implies when to use this tool (to learn about dataset coverage/freshness or pricing) and clearly separates it from siblings. It lacks explicit 'when not to use' or named alternatives, but the context is clear enough for an agent to choose correctly.

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

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: single entry check, multi-passport trip evaluation, and dataset metadata. There is no overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tools follow the verb_noun format in snake_case: check_entry_requirements, evaluate_trip, get_dataset_info. The naming pattern is uniform and predictable.

Tool Count5/5

With only 3 tools, the server is tightly scoped to visa checking. Each tool covers a distinct need without redundancy, and the count feels appropriate for the purpose.

Completeness4/5

The core visa-checking workflow is well covered, including single-entry checks and complex trip evaluation. A minor gap is the lack of a tool to list available countries or passport types, though dataset info partially addresses this.

Resources