Skip to main content
Glama

Semgrep Scan

semgrep_scan
Read-only

Scan source code with Semgrep to detect security vulnerabilities. Passive analysis of workspace files using customizable rules.

Instructions

Run Semgrep (plugin class D) over source in the engagement workspace.

Passive: reads files already fetched into the workspace and sends nothing to the target. Rules in rules/semgrep/ always participate; config may add a registry pack ('p/security-audit') or another workspace path.

Use source_fetch first to bring a repository into the workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNosource
configNo
severityNo
wait_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

B3.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and destructiveHint, and the description adds that it reads files already fetched and sends nothing to the target, reinforcing passivity. It also explains config behavior (always includes rules/semgrep/ and can add registry pack). No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences, front-loaded with purpose, then behavior, then prerequisite. No redundant phrasing or wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While output schema exists, the description omits semantics for three of four parameters and doesn't explain how results are returned or stored. It also doesn't clarify severity filtering or wait_seconds behavior, making it incomplete for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It only partially explains config (can add registry pack or workspace path), but leaves path, severity, and wait_seconds unexplained. This is insufficient given zero schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool runs Semgrep over source in the workspace, with a specific verb and resource. It also notes passivity, which distinguishes it from active scanning siblings, but does not explicitly differentiate from other static scanners like secret_scan.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides a prerequisite (use source_fetch first) and mentions passive behavior, but does not state when to prefer this over alternative scanning tools or give exclusion criteria. It lacks explicit when/when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other 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/iamsecure1920/Cordon-AI'

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