Skip to main content
Glama

mhangani_audit

Run a web security audit against a target URL to uncover vulnerabilities and security weaknesses. Ensure the target is authorized before auditing.

Instructions

Run a web security audit against url.

The target must be authorized first (see mhangani_authorize) or the CLI refuses the audit. allow_private permits auditing private/internal addresses (off by default as a safety guard), timeout overrides the per-check timeout in seconds, rate_delay spaces HTTP requests, respect_robots refuses paths that robots.txt disallows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
timeoutNo
rate_delayNo
allow_privateNo
respect_robotsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals key behaviors: authorization is enforced ('CLI refuses'), allow_private defaults to false as a safety guard (implying private addresses are blocked by default), and respect_robots refuses disallowed paths. It does not describe the output format or side effects (e.g., history saving), but the provided behaviors go beyond a generic 'runs an audit.'

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 two-sentence structure is front-loaded with the action and then lists parameter behaviors in a clear, information-dense manner. Every sentence earns its place, with no filler or redundancy.

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 tool's complexity (5 params, authorization prerequisite), the description is complete. It covers the prerequisite, parameter semantics, and safety defaults. An output schema exists, so not describing return values is fine. It provides enough for an agent to invoke it correctly.

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?

Schema coverage is 0% (no property descriptions), yet the description explains every parameter: url, timeout (overrides per-check timeout), rate_delay (spaces HTTP requests), allow_private (permits private/internal addresses), and respect_robots (refuses robots.txt-disallowed paths). This fully compensates for the schema's lack of descriptions.

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 starts with a clear, specific verb+resource: 'Run a web security audit against `url`.' This distinguishes it from sibling tools like mhangani_report (reports) and mhangani_authorize (authorization management), and the backticked `url` reinforces the primary input.

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?

It explicitly states a prerequisite: the target must be authorized first via mhangani_authorize, and the CLI refuses without it. It also clarifies optional flags (allow_private, timeout, etc.) and their effects, giving clear context for usage. However, it does not explicitly mention alternatives or when not to use this tool, which would push it to a 5.

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/enternovate/constellation-mcp'

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