Skip to main content
Glama

import

Convert raw HTTP request text from Burp or other tools into a crafted request for security testing. Save with a name for quick retrieval.

Instructions

Import raw HTTP request from Burp or other tools — stores as crafted. See rqwstr_docs(topic="export") for the reverse direction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawYesRaw HTTP request text (e.g. GET /path HTTP/1.1\r\nHost: example.com\r\n\r\n)
nameNoSave imported request with this name for quick lookup
httpsNoUse HTTPS scheme (default false = HTTP)
Behavior2/5

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

No annotations are provided, so the description bears full burden. It mentions 'stores as crafted' but does not disclose whether the import modifies existing data, requires authentication, or has side effects. Significant behavioral details are missing.

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?

Two sentences that are front-loaded with the core purpose. Every sentence adds value, and there is no fluff.

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

Completeness2/5

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

Given 3 parameters, no output schema, and no annotations, the description is insufficient. It fails to explain return values, error conditions, input validation, or limits. The tool's behavior is only lightly sketched.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds minimal value beyond the schema by stating the context of 'from Burp or other tools', but does not elaborate on parameter usage beyond what the schema already provides.

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?

Clearly states the tool imports raw HTTP requests from Burp or other tools and stores them as crafted. The verb 'import' and resource 'raw HTTP request' are specific, and it distinguishes itself from the sibling 'export' by referencing the reverse direction.

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

Usage Guidelines3/5

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

Provides a pointer to the reverse direction via rqwstr_docs, but does not offer guidance on when to use this tool over other siblings like fetch, send, or hunt. The description lacks explicit when-not-to-use or alternatives beyond export.

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/Kjopstad-IT/rqwstr-mcp'

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