Skip to main content
Glama
martc03

cybersecurity-vuln-mcp

vuln_epss_top

Retrieve CVEs with highest EPSS exploitation probability scores to prioritize critical vulnerabilities. Filter by probability threshold and result limits for targeted risk assessment.

Instructions

Get CVEs with highest EPSS exploitation probability scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thresholdNoMinimum EPSS score (0-1)
limitNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic read operation ('Get') and resource type, omitting return structure, data source/freshness, pagination behavior, and safety confirmations that annotations would typically provide.

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?

Single sentence with action-fronted structure. No redundant words, though extreme brevity sacrifices behavioral details that could have been included without bloat.

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

Completeness3/5

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

Sufficient for a simple two-parameter retrieval tool, but with no output schema and no annotations, the description could have disclosed the return format (list of CVEs with scores) or clarified the EPSS scoring domain to improve completeness.

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

Parameters3/5

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

Schema coverage is 50% (limit parameter undocumented). The description mentions 'EPSS exploitation probability scores' which adds domain context for the threshold parameter, and 'highest' implies the ranking behavior that the limit parameter controls, providing partial compensation for the missing 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?

States specific verb (Get), resource (CVEs), and distinctive filter mechanism (EPSS exploitation probability scores). EPSS specificity implicitly distinguishes it from KEV-related siblings (vuln_kev_*) and search, though it lacks explicit comparative guidance.

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?

Contains no guidance on when to use this tool versus alternatives like vuln_search or vuln_trending, nor any prerequisites or conditions for invocation.

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/martc03/gov-mcp-servers'

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