Skip to main content
Glama

Check International Redirect

check_international_redirect

Test an Amazon affiliate link from US, EU, and Asia vantage points to check whether Amazon's OneLink geo-redirect is active for it.

Returns per-region resolved marketplace domains, a summary of whether a redirect was detected, and caveats about the test's limitations.

Use this tool when the user needs to:

  • Check if their Amazon affiliate link redirects international visitors

  • Verify OneLink is configured for a specific product link

  • Diagnose why international clicks may not be earning commissions

Returns: input_url (str): The tested URL tested_at (str): ISO 8601 timestamp of the test results (list): Per-region results with final_domain and http_status summary (object): redirect_detected flag, distinct regions, interpretation caveats (list): Always present — limitations of continent-level vantage points

Powered by Affilio.link — smart affiliate link management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAn Amazon product URL (amazon.<tld>/dp/... or /gp/product/...) or an amzn.to short link. Non-Amazon URLs are rejected. Example: https://www.amazon.com/dp/B08N5WRWNW?tag=mystore-20

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses per-region results, the redirect_detected summary, and that caveats are always present, including continent-level vantage-point limitations. This is substantial, though it does not mention authorization requirements or network-side effects beyond the inferred remote test.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core behavior, followed by bulleted use cases and a compact return summary. Structure is clean and each section earns its place; the closing 'Powered by Affilio.link' tagline is the only non-essential addition.

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?

With a complete input schema and an output schema, the description need not restate return values. It adds the missing context: when to use it, what the test checks, and its limitations. A minor gap is the absence of any explicit relationship or distinction from the sibling check_url tool.

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?

The input schema already documents the single url parameter with 100% coverage, including accepted URL formats and a concrete example. The description adds no further parameter-level detail, which is acceptable given the schema coverage baseline.

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 opens with a specific verb ('Test'), a specific resource ('Amazon affiliate link'), and the precise behavior ('from US, EU, and Asia vantage points to check whether Amazon's OneLink geo-redirect is active'). This clearly differentiates it from sibling tools like check_url and shorten_url because the geo-redirect and vantage-point angle is explicit.

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 provides three explicit 'Use this tool when...' scenarios, allowing an agent to match user intent confidently. It does not name when-not-to-use alternatives or explicitly compare against the similar-sounding check_url, so it falls just short of full routing guidance.

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.9/5.0
Disambiguation4/5

Most tools map cleanly to distinct resources and actions, but auth.create_link vs shorten_url and check_url vs check_international_redirect have overlapping purposes. The descriptions do a good job of clarifying the differences, so ambiguity is limited.

Naming Consistency4/5

All names follow a readable snake_case verb_noun pattern, but auth.* tools are prefixed while utility tools like check_url, generate_qr, and shorten_url are not. Names like list_links and list_links_ranked are also close, though still predictable.

Tool Count3/5

20 tools is on the heavy side for this domain. Most cover distinct functions, but there is some redundancy such as list_links_ranked being a sorting variant of list_links and shorten_url overlapping with auth.create_link.

Completeness3/5

Link lifecycle coverage is solid: create, get, list, update, archive, stats, and visibility are all present. However, product management is incomplete with no update/delete/remove-link operations, and there is no unarchive or hard-delete for links.

Resources