Skip to main content
Glama

intruder-mcp

Official

snooze_issue

Temporarily pause an issue and its occurrences on the intruder-mcp server by specifying a reason (e.g., ACCEPT_RISK, FALSE_POSITIVE, MITIGATING_CONTROLS), optional details, and duration.

Instructions

    Snooze an issue and all its current and future occurrences.

    Args:
        issue_id: The ID of the issue to snooze
        reason: Reason for snoozing (required, must one of ACCEPT_RISK, FALSE_POSITIVE, MITIGATING_CONTROLS)
        details: Optional details for the snooze
        duration: Optional duration for the snooze (in seconds)
        duration_type: Optional duration type (e.g., 'days', 'hours')
        
    The reasons mean:
        - ACCEPT_RISK - Risk accepted for the issue and all of its occurrences
        - FALSE_POSITIVE - False positive - issue and all occurrences have been verified as not exploitable
        - MITIGATING_CONTROLS - Mitigating controls are in place
    

Input Schema

NameRequiredDescriptionDefault
detailsNo
durationNo
duration_typeNo
issue_idYes
reasonYes

Input Schema (JSON Schema)

{ "properties": { "details": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Details" }, "duration": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Duration" }, "duration_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Duration Type" }, "issue_id": { "title": "Issue Id", "type": "integer" }, "reason": { "title": "Reason", "type": "string" } }, "required": [ "issue_id", "reason" ], "title": "snooze_issueArguments", "type": "object" }

Other Tools from intruder-mcp

Related Tools

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/intruder-io/intruder-mcp'

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