Skip to main content
Glama
marc-shade

Security Scanner MCP Server

by marc-shade

detect_anomalous_findings

Detect anomalous security findings by comparing scans against a baseline to identify unusual vulnerabilities requiring urgent attention.

Instructions

Use TPU-accelerated embeddings to detect anomalous security findings.

Compares findings against a baseline (previous scans or expected patterns) to identify unusual or novel vulnerabilities that may need urgent attention.

Args: scan_id: Current scan to analyze baseline_scan_id: Previous scan to compare against (optional) threshold: Similarity threshold - lower values = more anomalies detected

Returns: JSON with anomalous findings and analysis

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYes
thresholdNo
baseline_scan_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the use of embeddings and baseline comparison, and explains the threshold effect. However, it omits details on side effects, authentication requirements, or performance impacts. Since annotations are absent, the description carries full burden but is only partially adequate.

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

Conciseness4/5

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

The description is mostly concise, front-loading the core purpose. The docstring-style listing of args is efficient, though the mention of 'TPU-accelerated embeddings' adds minor fluff. Overall, every sentence contributes value.

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

Completeness4/5

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

Given that an output schema exists, the description's mention of 'JSON with anomalous findings and analysis' is sufficient. The 3 parameters are explained, and the behavior is clear for a detection tool. Some details on the baseline selection or edge cases are missing but not critical.

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

Parameters4/5

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

Despite 0% schema description coverage, the description adds meaningful explanations for each parameter: 'Current scan' for scan_id, 'previous scan to compare against' for baseline_scan_id, and 'lower values = more anomalies' for threshold. This compensates well for the missing schema descriptions.

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

Purpose5/5

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

The description clearly states the tool's purpose: detecting anomalous findings using TPU-accelerated embeddings and comparing against a baseline. It specifies the resource (security findings) and action (detect anomalies), distinguishing it from sibling tools like list_scans or prioritize_findings.

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?

The description implies usage context (comparing scans for anomalies) but does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use scenarios or prerequisites.

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/marc-shade/security-scanner-mcp'

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