Skip to main content
Glama

MCP Shamash

scan_project

Performs comprehensive security scans on project directories to identify vulnerabilities and ensure compliance with industry standards like OWASP, CIS, and NIST frameworks.

Instructions

Performs comprehensive security scan on project directory

Input Schema

NameRequiredDescriptionDefault
incrementalNoUse incremental scanning if available
pathYesProject path to scan
profileNoScan profile
toolsNoSpecific tools to use

Input Schema (JSON Schema)

{ "properties": { "incremental": { "description": "Use incremental scanning if available", "type": "boolean" }, "path": { "description": "Project path to scan", "type": "string" }, "profile": { "description": "Scan profile", "enum": [ "quick", "standard", "thorough" ], "type": "string" }, "tools": { "description": "Specific tools to use", "items": { "type": "string" }, "type": "array" } }, "required": [ "path" ], "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/NeoTecDigital/mcp_shamash'

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