Skip to main content
Glama

arjun_discover

Discover hidden HTTP parameters in web endpoints by testing URLs with methods like GET, POST, JSON, and XML. Uncover undocumented parameters for security testing.

Instructions

Discover hidden HTTP parameters in web endpoints using Arjun.

Args: url: Target URL to test for hidden parameters. method: HTTP method to use — GET, POST, JSON, XML. wordlist: Path to a custom parameter wordlist file (optional). timeout: Override default timeout.

Returns: List of discovered parameters, the method used, and the tested URL.

Note: - Target URL must be in tengu.toml [targets].allowed_hosts. - Arjun sends many requests — use with care on rate-limited endpoints. - JSON and XML modes test parameters in the request body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
methodNoGET
timeoutNo
wordlistNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It notes that Arjun sends many requests and that JSON/XML modes test parameters in the request body, giving useful insight into runtime behavior. It does not cover potential auth or side effects, but the core behavior is transparent.

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 well-structured with Args, Returns, and Note sections. Every sentence adds value; no redundancy or fluff. The main purpose is front-loaded, and the notes are concise but informative.

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 the presence of an output schema and 4 relatively simple parameters, the description fully covers prerequisites, behavior, and parameter semantics. It even includes return value information despite the output schema existing, making it self-contained.

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

Parameters4/5

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

Schema coverage is 0%, so the description must explain all parameters. It does: url, method with options, optional wordlist, and timeout override. This adds meaning beyond raw types, though it omits default timeout details and wordlist format specifics.

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 a specific verb and resource: 'Discover hidden HTTP parameters in web endpoints using Arjun.' This clearly distinguishes it from sibling tools like ffuf_fuzz or gobuster_scan, which focus on fuzzing or directory enumeration.

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 clear usage context: target must be in allowed_hosts, and it warns about rate-limited endpoints. It does not explicitly name alternative tools or state when not to use it, but the context is sufficient for selection.

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/rfunix/tengu'

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