Skip to main content
Glama

Yugalinks Commerce Intelligence

get_lane_page

Read-onlyIdempotent

Read the public machine-readable page for one exporter-importer HS6 lane-risk record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hs_codeYesSix-digit HS code.
exporter_iso3YesThree-letter ISO country code, for example IND or DEU.
importer_iso3YesThree-letter ISO country code, for example IND or DEU.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the useful 'public' and 'machine-readable page' context, but it does not reveal output format, pagination, or error behavior. No contradiction with annotations.

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, front-loaded sentence states the action and object with no filler. It is compact and every phrase contributes to understanding the tool's purpose.

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?

For a simple read-only tool with rich annotations and an output schema, the description is largely adequate. However, it omits any guidance about when to choose this tool over the closely related get_lane_risk sibling, leaving an important decision point unresolved.

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 each parameter already has a clear description and format pattern. The description's mention of exporter-importer HS6 aligns with the three parameters but adds no meaningful semantics beyond the schema.

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 uses a specific verb ('Read') and a clear resource ('public machine-readable page') scoped to 'one exporter-importer HS6 lane-risk record'. It is unambiguous about what the tool does, though it does not explicitly differentiate it from the similarly named get_lane_risk sibling.

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?

The description provides no guidance about when to use this tool versus get_lane_risk or other siblings. It does not state when not to use it, mention alternatives, or offer any selection criteria.

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.

Resources