Skip to main content
Glama
wukaka

camoufox-jsreverser-mcp

by wukaka

hook_function

Create and inject a JavaScript function hook in a single call, combining creation and injection for efficiency.

Instructions

Create and inject a hook in one call. Convenience wrapper around create_hook + inject_hook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
targetExprYes
captureYes
targetNo
Behavior2/5

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

No annotations are provided, so the description must carry full burden. It only states the combined action but does not disclose side effects, permissions, reversibility, or return values. This is insufficient for a write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise at two sentences, but it sacrifices essential information. It is front-loaded with the main action, but the brevity comes at the cost of completeness for a tool with 4 parameters.

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

Completeness1/5

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

Given the tool has 4 parameters (3 required), no output schema, and no annotations, the description is severely incomplete. It fails to explain parameters, behavior, return, or usage context, making it inadequate for an agent.

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

Parameters1/5

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

Schema description coverage is 0%, but the description adds no meaning to parameters like name, targetExpr, capture, or target. Without any parameter explanation, the agent cannot correctly invoke the tool.

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 creates and injects a hook in one call, and identifies it as a convenience wrapper around create_hook + inject_hook. This distinguishes it from sibling tools and specifies the verb and resource.

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 indicates it's a wrapper for create_hook and inject_hook, suggesting use when both actions are needed. However, it lacks explicit guidance on when not to use it or alternatives beyond the underlying tools.

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/wukaka/camoufox-jsreverser-mcp'

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