Skip to main content
Glama
skyxtools

BountyProof MCP

by skyxtools

verify_finding

Re-runs a specific Nuclei template multiple times to confirm a finding within an authorized session.

Instructions

Re-run one exact Nuclei template 2-3 times inside the same authorized session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roundsNo
session_idYes
scan_run_idYes
finding_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Without annotations, the description reveals some behavioral traits: it re-runs a template 2-3 times within the same session. However, it does not disclose potential side effects, destructive actions, or authorization requirements beyond implying session existence. The description is moderately transparent but lacks depth.

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 a single, efficient sentence with no wasted words. It is perfectly concise for the information it conveys.

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 of four parameters, no schema descriptions, and no annotations, the description is insufficient. It does not explain key concepts like finding_index or scan_run_id, and while an output schema exists, the description offers no context on return values or verification outcomes.

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

Parameters1/5

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

The description does not mention any parameters, despite the schema having four (rounds, session_id, scan_run_id, finding_index) with zero description coverage. It fails to explain what these parameters represent or how they relate to the tool's operation, leaving the agent to infer from names alone.

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 tool's specific action: re-running exactly one Nuclei template multiple times within an authorized session. It uses a specific verb ('re-run') and resource ('Nuclei template'), distinguishing it from sibling tools like discover_surface or scan_high_signal.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus its siblings (e.g., preflight_target, verify_origin_candidate). It does not specify prerequisites, such as requiring an existing finding to verify, or 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