Skip to main content
Glama

intruder-mcp

Official

get_scanner_output

Retrieve scanner output for a specific issue occurrence using issue_id and occurrence_id to analyze detailed results on the intruder-mcp server.

Instructions

    Get scanner output for a specific occurrence of an issue.

    Args:
        issue_id: The ID of the issue
        occurrence_id: The ID of the occurrence
    

Input Schema

NameRequiredDescriptionDefault
issue_idYes
occurrence_idYes

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "title": "Issue Id", "type": "integer" }, "occurrence_id": { "title": "Occurrence Id", "type": "integer" } }, "required": [ "issue_id", "occurrence_id" ], "title": "get_scanner_outputArguments", "type": "object" }

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