Skip to main content
Glama
esektov12121-eng

HackerOne MCP Server

delete_report_intent_attachment

Delete a specific attachment from a draft report intent by providing the report intent ID and attachment ID. Use this to remove unwanted or incorrect attachments before submitting the report.

Instructions

Delete an attachment from a draft report intent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attachment_idYesThe attachment ID to delete
report_intent_idYesThe report intent ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only restates the action without disclosing behavioral traits such as whether deletion is permanent, idempotent, or requires ownership. The description adds no behavioral context beyond the name.

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

Conciseness4/5

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

A single, concise sentence that states the action and resource with no fluff. It is appropriately front-loaded but could benefit from additional context without sacrificing brevity.

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 no output schema and no annotations, the description is minimal. It does not explain return values, side effects, or constraints such as the report intent must be in draft state. The tool is simple, but the description lacks completeness.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description does not add additional meaning beyond what the schema provides, fitting the baseline of 3.

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 specifies the verb 'Delete' and the resource 'attachment from a draft report intent'. It distinguishes itself from sibling tools like 'delete_report_intent' which deletes the entire intent, and 'get_report_intent_attachments' which lists attachments.

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 the tool is used when deleting an attachment from a draft report intent but provides no explicit guidance on when to use it versus alternatives, nor does it mention prerequisites 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/esektov12121-eng/HackerOne-MCP'

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