Skip to main content
Glama
12211725-star

hospital-vuln-scanner-mcp

start_scan

Initiate a security vulnerability scan against a specified target using quick, standard, or deep mode to identify open ports and vulnerabilities.

Instructions

启动漏洞扫描任务

功能说明

对指定目标启动安全漏洞扫描,支持快速、标准和深度三种模式。 扫描会真实探测目标主机的端口、服务和漏洞。

扫描类型说明

  • quick: 快速扫描,常用端口 + 基础识别,约 10-30 秒

  • standard: 标准扫描,扩展端口 + 漏洞检测,约 30-120 秒

  • deep: 深度扫描,全端口 + nuclei 漏洞扫描,约 2-5 分钟

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes扫描目标,支持IP、域名、URL或CIDR格式,如:192.168.1.1 或 192.168.1.0/24
scan_typeNo扫描类型:quick(快速)/standard(标准)/deep(深度)quick

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description discloses that the scan '真实探测' (actually probes) target hosts, implying active scanning. It details what each scan type does (ports, services, vulnerabilities) and approximate durations. No annotations provided, so description carries full burden; it addresses this reasonably well.

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?

Description is well-structured with sections, bullet points, and bold labels. It is informative without being verbose. Every sentence adds value. However, it is bilingual (Chinese primary) which may slightly reduce conciseness for English agents.

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 the presence of an output schema (not shown but indicated), the description does not need to explain return values. It covers the action, parameters, and scan types adequately. However, it lacks guidance on prerequisites or potential side effects (e.g., network impact).

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?

Input schema has 100% coverage, so baseline is 3. Description adds significant value by explaining each scan_type value (quick, standard, deep) with details on port ranges, vulnerability checks, and time estimates, which goes beyond the schema's simple enum labels.

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?

Description clearly states it starts a vulnerability scan on a target, with three specific scan modes (quick, standard, deep). It distinguishes from siblings like scan_host_ports (which focuses only on ports) and list_scans (which lists scans). The verb '启动' (start) and resource '漏洞扫描任务' (vulnerability scan task) are specific.

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

Usage Guidelines4/5

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

Description provides detailed guidance on when to use each scan type (quick for fast checks, standard for vulnerability detection, deep for full coverage) with approximate durations. However, it does not explicitly state when not to use this tool or mention alternatives like scan_host_ports for pure port scanning.

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/12211725-star/hospital-vuln-scanner-mcp'

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