Skip to main content
Glama

intruder-mcp

Official

list_issues

Identify and filter security issues in Intruder accounts by target addresses, tag names, snoozed status, or severity levels for focused vulnerability management.

Instructions

    List issues in the Intruder account with optional filters.

    Args:
        target_addresses: Filter by a list of target addresses
        tag_names: Filter by a list of tag names
        snoozed: Filter by snoozed status (true or false)
        severity: Filter by severity level (one of 'critical', 'high', 'medium', 'low')
    

Input Schema

NameRequiredDescriptionDefault
severityNo
snoozedNo
tag_namesNo
target_addressesNo

Input Schema (JSON Schema)

{ "properties": { "severity": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Severity" }, "snoozed": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Snoozed" }, "tag_names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tag Names" }, "target_addresses": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Target Addresses" } }, "title": "list_issuesArguments", "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