Skip to main content
Glama

Burp Send

burp_send

Send one HTTP request per target through Burp proxy for manual security review, with scope validation and human approval enforced before transmission.

Instructions

[AGGRESSIVE — requires human approval] Send one HTTP request per target through the operator's Burp proxy.

target is one or more comma-separated URLs (at most BURP_HANDOFF_MAX_TARGETS); every one is scope-checked before anything is sent. method is one of GET/POST/PUT/PATCH/DELETE/HEAD/OPTIONS. headers overrides the default tagged User-Agent; body is the request body for POST/PUT/PATCH.

Each request goes through the local Burp proxy (tools.burp.proxy_url in config.yaml), lands in Burp's history, and the responses are returned so the caller can attach them to leads. If Burp is not listening the call fails with burp_not_running — start Burp and retry.

This is a human-handoff primitive, not a scanner: one request per target, nothing automated, and the classes it serves (IDOR, business logic, race conditions, cache poisoning) are exactly the ones that end in a human reading a request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
methodNoGET
targetYes
headersNo

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.8/5.0
Behavior5/5

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

The description transparently discloses that the tool requires human approval (AGGRESSIVE), goes through the Burp proxy, records in Burp history, and fails if Burp is not listening. No contradiction with annotations (readOnlyHint=false is consistent with sending requests).

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 slightly verbose, repeating 'one request per target' and 'human-handoff primitive' multiple times. However, the structure is clear and the extra detail is useful, so it only loses one point for redundancy.

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 sufficient context for a simple tool, including scope-checking, approval, and failure behavior. It lacks information about the return format, but given the tool's purpose as a human handoff, this is a minor gap. Overall, it is complete enough for correct use.

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 description explains each parameter: target (comma-separated URLs, max from constant), method (list of allowed verbs), headers (overrides default User-Agent), and body (for POST/PUT/PATCH). It also notes defaults and nullable fields, adding meaning beyond the bare schema.

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 sends an HTTP request through the operator's Burp proxy, distinguishing it from a scanner. It explicitly mentions 'human-handoff primitive' and lists example use cases (IDOR, business logic, race conditions, cache poisoning), making its purpose unambiguous.

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 guidance on when to use the tool: for cases that end in human reading a request, and explicitly states it is not a scanner. It also mentions scope-checking and human approval requirements, giving clear selection criteria relative to sibling scanning 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/iamsecure1920/Cordon-AI'

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