Skip to main content
Glama

postbox-tools

URL redirect chain tracer

trace_redirect

Follow a URL server-side through every HTTP redirect hop to its real final destination - per-hop status, IP, TLS and timing, plus phishing/deliverability flags (cross-domain jumps, https downgrades, meta/JS redirects). Free tool by Postbox Services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http:// or https:// URL to trace

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden and does so well: it reveals the tool makes server-side requests, follows every hop, and reports status, IP, TLS, timing, and domain/security flags. It does not mention limits such as maximum hops or rate limits, but the core behavior and output categories are clearly disclosed.

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 main sentence is dense but well structured, front-loading the action and then listing what each hop yields, followed by the detection flags. The trailing 'Free tool by Postbox Services' adds no actionable information for an AI agent, so it is not entirely free of filler.

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 single-parameter tool with no output schema, the description provides enough context to call it correctly: it defines the input URL type, explains what the trace does, and enumerates the returned data categories (status, IP, TLS, timing, flags). No critical invocation detail appears missing.

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 fully documents the single 'url' parameter (100% coverage), including the requirement for an absolute http:// or https:// URL. The description repeats the idea of following a URL but adds no new parameter-level semantics, so the baseline score of 3 applies.

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 states a specific action ('Follow a URL server-side through every HTTP redirect hop') and a concrete outcome ('real final destination'), with a clear domain: URL redirect tracing. This clearly differentiates the tool from the email/blacklist/whois sibling tools.

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 establishes when the tool is relevant: when a caller needs to trace HTTP redirects, see per-hop status/IP/TLS/timing, or detect phishing/deliverability flags. It does not explicitly list when-not-to-use or name a direct alternative, but the context is clear and no sibling offers a comparable function.

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