Skip to main content
Glama

fuzz_endpoint

Fuzz captured HTTP requests by replacing a placeholder with payloads and comparing responses to a baseline, flagging anomalies such as unexpected status codes, response length changes, and latency spikes.

Instructions

Fuzz a captured HTTP request by injecting payloads and detecting anomalies.

REQUIRES: approved=true (human must approve high-volume fuzzing). PREREQUISITE: Get flow_id from a captured request that contains the target_pattern string.

HOW IT WORKS:

  1. Takes the captured request and replaces target_pattern with each payload

  2. Sends all modified requests (concurrently for speed)

  3. Measures a baseline from the original request

  4. Flags anomalies: unexpected status codes, unusual response lengths, latency spikes, error keywords

SETUP: Insert "FUZZ" into the target field before capturing:

  • For URL parameter fuzzing: browser_go("https://target.com/api?id=FUZZ")

  • For body fuzzing: use replay_flow with replacements first to insert FUZZ, then fuzz

Args: flow_id: The base flow to fuzz. Its URL/headers/body MUST contain the target_pattern string. payloads: List of strings to inject. Example: ["' OR 1=1--", "alert(1)", "../../../etc/passwd"] target_pattern: The placeholder string to replace with each payload (default: "FUZZ") concurrency: Number of simultaneous requests (default 5). Higher = faster but more aggressive. approved: MUST be true. Set this ONLY after the human user has explicitly approved this action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flow_idYes
approvedNo
payloadsYes
concurrencyNo
target_patternNoFUZZ

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers it: it discloses high-volume concurrent request sending, baseline measurement, anomaly detection criteria, and the mandatory approval requirement. It also explains the replacement workflow and concurrency aggressiveness, giving the agent a clear model of side effects.

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 longer than average but well-organized into labeled sections (REQUIRES, PREREQUISITE, HOW IT WORKS, SETUP, Args), with a front-loaded summary. Every sentence adds useful setup, workflow, or parameter information that is not present in the schema, so the length is justified.

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

Completeness5/5

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

For a complex tool with five parameters, the description provides a complete workflow from prerequisite capture to final anomaly detection, plus setup examples and approval requirements. It appropriately references sibling tools like replay_flow and browser_go, and since an output schema exists, not detailing return values is acceptable.

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?

The schema has zero description coverage, so the description must compensate—and it does. Each of the five parameters is explained with defaults, usage expectations, and examples, including the crucial approved flag semantics and the requirement that flow_id contain target_pattern.

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 opens with 'Fuzz a captured HTTP request by injecting payloads and detecting anomalies,' giving a specific verb and resource that clearly distinguishes it from siblings like replay_flow and inspect_flow. The 'HOW IT WORKS' section further clarifies the replacement and anomaly-detection mechanism, reinforcing the tool's unique role.

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

Usage Guidelines5/5

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

The description provides explicit prerequisites, including approved=true and the need for a flow_id containing the target_pattern. It offers concrete setup guidance for URL versus body fuzzing, explicitly referencing replay_flow for body insertion, and clearly states the human-approval gate—making when and how to use the tool unambiguous.

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/BobongKu/nodriver-proxy-mcp'

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