Skip to main content
Glama

Semgrep MCP Server

Official
by semgrep

get_scan_status

Retrieve the current status of a specified scan to monitor progress, check completion, or troubleshoot issues. Input the scan identifier to return detailed status information.

Instructions

Gets the current status of a scan

Args: scan_id: Identifier for the scan

Returns: Dictionary with scan status information

Input Schema

NameRequiredDescriptionDefault
scan_idYes

Input Schema (JSON Schema)

{ "properties": { "scan_id": { "title": "Scan Id", "type": "string" } }, "required": [ "scan_id" ], "title": "get_scan_statusArguments", "type": "object" }
Install Server

Other Tools from Semgrep MCP Server

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/semgrep/mcp'

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