Skip to main content
Glama

Semgrep MCP Server

Official
by semgrep

get_scan_results

Retrieve detailed results of a completed code scan by specifying the scan ID. Facilitates analysis of security vulnerabilities and rule matches in Semgrep MCP Server.

Instructions

Gets the results of a completed scan

Args: scan_id: Identifier for the scan

Returns: Dictionary with scan results

Input Schema

NameRequiredDescriptionDefault
scan_idYes

Input Schema (JSON Schema)

{ "properties": { "scan_id": { "title": "Scan Id", "type": "string" } }, "required": [ "scan_id" ], "title": "get_scan_resultsArguments", "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