Skip to main content
Glama
skyxtools

BountyProof MCP

by skyxtools

discover_surface

Discover the attack surface of a target URL by crawling with Katana after preflight checks and scope validation pass, respecting session rate limits.

Instructions

Use Katana at the session rate limit after scope and preflight gates pass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
depthNo
max_urlsNo
session_idYes
override_guardedNo
preflight_run_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It mentions rate limiting and gate prerequisites but does not disclose whether the tool modifies data, side effects, or output format. This is minimal and insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (one sentence), which is concise, but it lacks a clear structure. It does not start with the main purpose and relies on the agent knowing what 'Katana' and 'preflight gates' are. Brevity is achieved at the expense of clarity.

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 the complexity (6 parameters, no schema descriptions), the description is incomplete. It omits key context: what 'Katana' is, how to set depth/max_urls, and what 'preflight gates' entail. The presence of an output schema does not compensate for these gaps.

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

Parameters2/5

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

The schema has no parameter descriptions (0% coverage), and the description adds no explanation for parameters like depth, max_urls, or override_guarded. It only alludes to 'session rate limit' without connecting to session_id, leaving the agent with no guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description does not explicitly state that the tool discovers URLs or attack surface; it only says 'Use Katana...' which is vague. It fails to provide a clear verb+resource purpose, making it difficult for an agent to understand its primary function.

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?

The description implies that this tool should be used after scope and preflight gates pass and at session rate limit, which provides some context. However, it does not differentiate from sibling tools like 'scope_check' or 'preflight_target', nor does it state when not to use it.

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/skyxtools/bountyproof-mcp'

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