Skip to main content
Glama
WhiteNightShadow

camoufox-reverse-mcp

bypass_debugger_trap

Inject anti-debugging bypass script to neutralize debugger traps in JavaScript reverse engineering. Bypasses common anti-debugging techniques like infinite loops and function detection.

Instructions

Inject anti-debugging bypass script to neutralize debugger traps.

Bypasses common anti-debugging techniques:

  • Infinite debugger loops via Function constructor

  • setInterval/setTimeout debugger checks

  • Function.prototype.toString detection

This is a convenience wrapper around inject_hook_preset("debugger_bypass").

Returns: dict with injection status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool does (injects a script to bypass debugger traps) and lists specific techniques it handles, but lacks details on side effects (e.g., impact on page performance), error conditions, or what 'injection status' entails in the return dict. It compensates somewhat by mentioning it's a wrapper, implying reliance on another tool.

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 well-structured and front-loaded with the core purpose, followed by specific details and return information. Every sentence adds value: the first states the action, the bullet points clarify scope, and the last explains the wrapper nature and return format. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (injection operation with no annotations and no output schema), the description is moderately complete. It covers the purpose, techniques, and wrapper relationship, but lacks details on behavioral aspects like error handling or the structure of the return dict. For a tool that modifies page behavior, more context on risks or limitations would be beneficial.

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

Parameters4/5

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

The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the lack of inputs. The description doesn't need to add parameter semantics, but it correctly implies no parameters are required by not mentioning any. This meets the baseline for zero-parameter tools.

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 clearly states the tool's purpose with specific verbs ('inject anti-debugging bypass script', 'neutralize debugger traps') and distinguishes it from siblings by listing the specific anti-debugging techniques it targets. It explicitly mentions it's a wrapper around 'inject_hook_preset("debugger_bypass")', which helps differentiate it from other injection or hooking 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 provides clear context for when to use this tool (to bypass common anti-debugging techniques like infinite loops and detection methods) and mentions it's a convenience wrapper for a specific preset. However, it doesn't explicitly state when NOT to use it or name specific alternatives among siblings, such as when other bypass methods might be more appropriate.

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/WhiteNightShadow/camoufox-reverse-mcp'

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