Skip to main content
Glama
MIT License
13
77
  • Linux
  • Apple

cancelScan

Stop active scans by providing the scan ID. Integrates with Pentest MCP to manage and halt penetration testing processes effectively.

Input Schema

NameRequiredDescriptionDefault
scanIdYesThe ID of the scan to cancel

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "scanId": { "description": "The ID of the scan to cancel", "type": "string" } }, "required": [ "scanId" ], "type": "object" }

Other Tools from Pentest 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/DMontgomery40/pentest-mcp'

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