Skip to main content
Glama

Forbidden Chain

forbidden_chain

Automatically chains 403 bypass techniques across candidate URLs, verifying each with HEAD requests and documenting successful bypasses or confirming access denials as coverage evidence.

Instructions

[AGGRESSIVE — requires human approval] Auto-chain 403 bypass across a list of URLs.

Pre-checks up to max_candidates URLs with one HEAD each, keeps the real 403s, then runs forbidden_bypass (unKover's 12 techniques) on up to max_bypass of them. Every bypass files its own finding; a clean pass is recorded as coverage evidence that the access decision held.

Give it the estate's live URLs (the pipeline passes the asset store, which arrives as a comma/newline-joined string). The chain is what makes a 403 a tested access decision instead of a dead end an operator has to revisit by hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
max_bypassNo
max_candidatesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses key behaviours: it performs network requests (HEAD and bypass techniques), files findings per bypass, and records coverage evidence. It also flags the action as aggressive and requiring approval. However, it does not mention specific rate limits, permissions, or potential side effects on target systems, so transparency is good but not exhaustive.

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 concise and well-structured, starting with a bracketed warning, then process, then input guidance, and ending with a rationale. It avoids unnecessary fluff, though the final rhetorical sentence could be trimmed without losing meaning. Overall, it is appropriately sized for the tool's complexity.

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 description provides enough to invoke the tool: input format, limits, and expected behavior. It does not describe the output schema or possible error conditions, but given that the tool likely returns findings and coverage data, the missing output details are a minor gap. The overall context is sufficient for a competent agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters are explained: 'urls' is described as 'the estate's live URLs' in a comma/newline-joined string or array, 'max_candidates' is the limit for pre-checked URLs, and 'max_bypass' limits how many URLs get the bypass treatment. The description gives functional meaning to each, exceeding the 0% schema coverage.

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 explicitly states the tool's function: 'Auto-chain 403 bypass across a list of URLs.' It also details the process (pre-check with HEAD, keep real 403s, run bypass techniques) and the outcome (files findings or records coverage). This leaves no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes context like 'requires human approval' and 'AGGRESSIVE', which hints at when to use it cautiously, but it does not explicitly compare to sibling tools such as forbidden_bypass or forbidden_candidates. It also lacks guidance on when not to use it or alternative approaches, leaving the decision partly to the agent's inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamsecure1920/Cordon-AI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server