Skip to main content
Glama

trace_redirects

Follow a URL's redirect chain hop by hop and report every stop with its status code, plus the final destination. Use to find where a shortened or tracking link actually leads before opening it, to debug redirect loops, or to check that a migration's redirects land where intended. Flags when the chain ends on a different host than it started on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesStarting URL. Scheme optional — https is assumed.
maxHopsNoMaximum hops before giving up.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses hop-by-hop traversal, status code reporting, final destination, and the cross-host flag. It stops short of mentioning error handling or timeouts, but covers the core observable behavior effectively.

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?

The description is three sentences, front-loaded with the core action and output, followed by use cases and a notable behavior flag. Every sentence adds value, with no redundancy or filler.

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?

The tool is relatively simple, and the description covers its primary behavior, use cases, and a safety-relevant flag (cross-host change). No output schema exists, but the description tells the agent what to expect. Minor gaps like response format details or failure modes prevent a perfect score.

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 coverage is 100%, and both parameters (url with default scheme, maxHops with range) are already well-described in the schema. The description adds no additional parameter meaning ('maxHops' is not mentioned in the description), so a baseline 3 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 uses a specific verb ('Follow') with a clear resource ('URL's redirect chain') and states the exact output ('report every stop with its status code, plus the final destination'). It clearly distinguishes this tool from sibling network diagnostics (dns_lookup, ping, check_service_status) by focusing on redirect chain traversal.

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 explicitly lists three concrete use cases: investigating shortened/tracking links, debugging redirect loops, and verifying migration redirects. It does not mention when NOT to use the tool or name alternative tools, so it misses the 'exclusion' part of a 5-level score.

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

Most tools target distinctly different aspects of network diagnostics or PC hardware pricing. The only potential overlap is between check_service_status and service_uptime_history, but their current-vs-historical scope is clearly separated by descriptions.

Naming Consistency3/5

Naming patterns are mixed: check_email_auth, check_security_headers, trace_redirects, and find_deals use verb_noun, while dns_lookup, price_check, ram_price_index, and service_uptime_history are noun-based compounds, and ping is a bare verb. This inconsistency is noticeable but not chaotic.

Tool Count5/5

With 10 tools, the count is well within a reasonable range for a server that covers two coherent domains. Each tool earns its place and the set does not feel bloated or thin.

Completeness4/5

The set covers core live-check operations (DNS, email auth, headers, redirects, service status, uptime) and PC hardware pricing/deals. Minor gaps exist, such as no SSL/TLS check and limited hardware tracking beyond RAM, but the tool descriptions explicitly acknowledge these limitations.

Resources