Skip to main content
Glama

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

Related 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/DMontgomery40/pentest-mcp'

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