Redirects
redirectsRedirect Tracer: Full HTTP redirect chain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
redirectsRedirect Tracer: Full HTTP redirect chain
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It states the core behavior—following and reporting the full HTTP redirect chain—which is informative. It does not disclose limits, live-network behavior, or failure modes, but for a simple tracer this is minimally transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and the key phrase 'Full HTTP redirect chain' is front-loaded and easy to scan. The prefix 'Redirect Tracer:' is slightly redundant with the tool title, but overall there is no excessive fluff or wasted sentences.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one optional parameter and an existing output schema, the description conveys the core concept and does not need to explain return values. The missing input semantics keep it from being fully complete, so an agent must infer that 'q' represents the URL to trace.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning to the single 'q' parameter. It never says that 'q' should be a URL, how the URL should be formatted, or what an empty value means. The description fails to compensate for the complete lack of parameter guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's function: tracing the full HTTP redirect chain. It is specific about the resource and is not merely a restatement of the title. However, it does not explicitly differentiate itself from HTTP-related siblings such as headers or httpstatus.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives, and no exclusions such as 'for header inspection use headers.' The usage context is only implied by the phrase 'Redirect Tracer,' leaving an agent to infer when this tool is the right choice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.