Skip to main content
Glama
marc-shade

Security Scanner MCP Server

by marc-shade

scan_cluster_nodes

Scan all nodes in a cluster for vulnerabilities with configurable scan types and severity levels to detect security risks.

Instructions

Scan all nodes in the agentic cluster for vulnerabilities.

Args: scan_type: Type of scan - "quick", "comprehensive", "full", "web", or "api" severity: Comma-separated severity levels to check

Returns: JSON string with cluster scan results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
severityNomedium,high,critical
scan_typeNocomprehensive

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided; the description only mentions scanning and returning JSON results. Does not disclose if the tool is read-only, requires permissions, is asynchronous, or has side effects.

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?

Succinct docstring format with main purpose in first sentence, followed by clear Args and Returns sections. No redundant information.

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 2 parameters and an output schema mentioned in context, the description covers the basic functionality. However, lacks details on timing or blocking behavior, which is important for a scanning tool.

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?

Adds meaning beyond schema by listing possible scan_type values (quick, comprehensive, etc.) and explaining severity as comma-separated levels. However, does not list valid severity levels and schema description coverage is 0%.

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 verb 'Scan' and resource 'all nodes in the agentic cluster', with the purpose 'for vulnerabilities'. This distinguishes it from siblings like 'list_scans' and 'get_scan_results'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives like 'scan_target' or 'list_scans'. Does not mention prerequisites or conditions.

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