Skip to main content
Glama

Prioritize CVEs

cve_priority
Read-onlyIdempotent

Patch-priority verdict for 1-20 CVE IDs with evidence: CISA KEV status (date added, due date, ransomware use), FIRST EPSS probability, CVSS (CNA or CISA-ADP), CISA SSVC exploitation/automatable/impact, vendor, product and links. Sorted most urgent first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cvesYesCVE IDs like CVE-2024-3400
fullNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so safety is covered. The description adds real behavioral value beyond that: the 1-20 batch limit and the fact that results are sorted most urgent first, which the agent needs to interpret the response.

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?

A single dense sentence, front-loaded with the verdict and its scope, then the evidence list. Every clause carries information about what is returned; the enumeration is long but justified for a tool with no output schema.

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?

With no output schema, the description must carry the return shape, and it does by naming KEV/EPSS/CVSS/SSVC/vendor/link fields plus the sort order. The gap is the unexplained 'full' parameter and the absence of any guidance on choosing this tool over its siblings.

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%: 'cves' is documented with a format example, but the 'full' boolean has no description in either the schema or the description, so its effect is undocumented. The description's '1-20 CVE IDs' marginally reinforces the schema's min/max but adds nothing for 'full', landing at the baseline 3 for partial coverage.

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 a specific verb+resource ('Patch-priority verdict for 1-20 CVE IDs') and enumerates the evidence it returns (KEV, EPSS, CVSS, SSVC, vendor/product, links), so the agent knows exactly what it produces. It does not name or distinguish itself from the siblings epss_watchlist or kev_recent, so it falls short of a 5.

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?

Usage is implied by 'patch-priority verdict' and the input/output shape — this is the tool for ranking a batch of CVEs against multiple sources — but there is no explicit when-to-use statement and no direction on when to prefer it over epss_watchlist or kev_recent. The agent must infer the boundary from sibling names alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources