Skip to main content
Glama

callback_start

Start a callback catcher on a specified port to capture reverse connections and callbacks during penetration testing. Optionally enable a DNS listener to handle DNS-based callbacks.

Instructions

Start callback catcher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo0.0.0.0
portYes
dns_portNo
enable_dnsNo
Behavior1/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, but it only says 'Start callback catcher.' It does not mention side effects such as binding to a port, starting a server, whether it blocks, or how to stop it. This is a significant gap for a tool that presumably manages a long-running process.

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

Conciseness2/5

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

The description is extremely short, which is technically concise, but it is under-specified rather than efficiently informative. A single vague phrase does not serve the agent well, and there is no structure or additional context to justify its brevity.

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, no annotations, and no output schema, the description is completely inadequate. It fails to explain the tool's behavior, parameters, or how it fits into the callback lifecycle, leaving the agent without essential operational context.

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%, and the description adds no meaning to the parameters (port, host, dns_port, enable_dns). An agent cannot determine what these parameters do, which values are appropriate, or how they affect the callback catcher, so the description fails to compensate for the missing schema details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Start') and resource ('callback catcher'), which distinguishes it from sibling stop/status tools at a basic level. However, 'callback catcher' is vague and does not explain what the tool actually does, making it difficult for an agent to understand its purpose beyond the name.

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

Usage Guidelines2/5

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 like callback_stop, callback_status, or callback_wait. The description implies 'start' is the action, but it offers no context, prerequisites, or exclusions, leaving the agent to infer usage from the tool name alone.

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/cryptopepy/chungus-kali-mcp'

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