Skip to main content
Glama
onefreeman1337

OSF - Open Source Filings

is_cve_exploited

Determine if a CVE is actively exploited using US CISA KEV catalog, EPSS score, and CVSS severity, with verification links. Supports vulnerability management, patch prioritization, and threat intelligence.

Instructions

Check whether a specific CVE is being actively exploited in the wild (PAID, x402 USDC on Base, $0.05). Pass a CVE id (e.g. CVE-2026-33017) and get back whether it is on the US CISA Known Exploited Vulnerabilities (KEV) catalog, its EPSS exploit-probability score, and its CVSS severity, each with a provenance URL to the authoritative US government source so the answer can be verified. For vulnerability management, patch prioritization, threat intelligence, and DevSecOps agent workflows. Payment is handled automatically by x402-capable MCP clients via the standard payment handshake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYes
Behavior4/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 explicitly mentions the paid status ($0.05 USDC on Base), the automatic x402 payment handshake, and the response structure with provenance URLs. This is strong bonus context beyond a typical read-only query. It does not cover error handling or invalid CVE behavior, which is a minor gap.

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 moderately long but every sentence contributes: payment details, input format, output types, provenance URLs, use cases, and payment handshake. There is no fluff, though it could be tightened slightly by moving the use-case sentence earlier or merging some clauses. It remains well-structured and front-loaded.

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?

For a one-parameter tool with no output schema, the description covers the key aspects: what the tool does, what it returns, why you might use it, and the payment requirement. Edge cases (e.g., nonexistent CVE, API errors) are not addressed, but given the simplicity and the richness of the provided details, the description is sufficiently complete.

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?

The schema only defines cve_id as a required string with no description (0% coverage). The description compensates by giving the required format via example: 'Pass a CVE id (e.g. CVE-2026-33017).' This is essential for correct invocation. It could add more detail (e.g., case sensitivity, whitelist of formats), but the example is sufficient.

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 function: 'Check whether a specific CVE is being actively exploited in the wild.' It enumerates specific outputs (KEV catalog status, EPSS score, CVSS severity, provenance URLs) and gives a concrete example input (CVE-2026-33017). This distinguishes it from sibling search tools, which are broader searches rather than direct lookups.

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?

The description provides clear usage context by listing relevant workflows: 'vulnerability management, patch prioritization, threat intelligence, and DevSecOps agent workflows.' It also highlights the paid nature, which informs cost-sensitive decisions. However, it does not explicitly name alternatives or state when not to use the tool, so it stops short of a full 5.

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/onefreeman1337/osf-data-marketplace'

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