Skip to main content
Glama
alpernae

HackerOne MCP Server

by alpernae

h1_submit_report_intent

Submit a ready report intent to HackerOne using its ID. Initiates the submission process for an existing report intent.

Instructions

Submit a ready report intent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intent_idYesReport intent ID
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It fails to mention side effects, irreversibility, authentication needs, or what happens upon submission. The phrase 'submit' implies a final action, but no consequences are described.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than effective conciseness. It lacks enough substance to be useful, similar to the 'Process' example in the calibration.

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

Completeness1/5

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

For a single-parameter tool with no annotations or output schema, the description should still explain the workflow context (e.g., that this submits a previously created report intent) and any consequences. The description is far too sparse to be complete.

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?

The schema provides 100% coverage with a clear description for intent_id ('Report intent ID'). The description adds no additional parameter semantics, but the baseline of 3 is appropriate because the schema already documents the parameter adequately.

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 'Submit a ready report intent' provides a verb and a vague object, but it does not specify what 'submit' entails or how it differs from sibling tools like create_report_intent or update_report_intent. It is essentially a restatement of the tool name.

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

Usage Guidelines1/5

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

No guidance is given on when to use this tool versus alternatives. It does not mention prerequisites (e.g., creating the intent first), the finalization aspect, or that it should be used only after the intent is fully prepared.

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/alpernae/hackerone-mcp'

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