Skip to main content
Glama
titaniumtushar

burp-mcp-plus

inspect_history_entry

Fetch and pretty-print a Burp proxy history entry by index to inspect cookies and headers before crafting a mutated request.

Instructions

Fetch and pretty-print a Burp proxy history entry by index.

history_id is the 0-based index into the most recent page_size entries (Burp's MCP doesn't expose stable IDs; addressing is positional).

Use this to inspect cookies/headers before crafting a mutated request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
history_idYes
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 explains the positional addressing limitation ('Burp's MCP doesn't expose stable IDs; addressing is positional') and that the tool fetches from proxy history. It does not mention return format, but an output schema exists to cover that.

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 extremely concise, with two short paragraphs. The first sentence immediately states the purpose. Inline code clarifies the parameter semantics. The usage guidance adds context without unnecessary detail. Every sentence earns its place.

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?

Given that an output schema exists (documenting return values), the description covers all essential aspects: purpose, parameter semantics, behavioral quirk (positional addressing), and usage context. An agent has enough information to select and correctly invoke this tool.

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 0% description coverage, so the description must compensate. It fully explains both parameters: history_id is a 0-based index into the most recent page_size entries, and page_size determines the window. This adds significant meaning beyond the schema's bare titles and types.

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 verb ('Fetch and pretty-print') and the resource ('Burp proxy history entry by index'), making the purpose immediately clear. It distinguishes from sibling tools like list_history and search_history by specifying inspection of a single entry by positional index.

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 a concrete usage scenario: 'Use this to inspect cookies/headers before crafting a mutated request.' This helps an agent decide when to invoke this tool. However, it does not explicitly list alternatives or when not to use it, which would have made it stronger.

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/titaniumtushar/burp-mcp-plus'

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