Skip to main content
Glama
labaccessnow

secops-field-notes

Official
by labaccessnow

lookup_kev

Check if a CVE is exploited in the wild via CISA's Known Exploited Vulnerabilities catalog. Retrieve date added, federal due date, ransomware campaign usage, and required action.

Instructions

Is this CVE exploited in the wild? Checks CISA's Known Exploited Vulnerabilities catalog: date added, the federal due date, whether it is used in ransomware campaigns, and the required action. Accepts any text containing CVE ids. The only tool here that touches the network; the catalog is cached for an hour.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cvesYesOne or more CVE ids, or text containing them.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It does well by revealing that this is the only tool that touches the network and that the catalog is cached for an hour, which are meaningful behavioral traits. It could add more about failure modes or rate-limit behavior, but what is disclosed is genuine and useful.

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?

The description is tightly written with no wasted sentences. It front-loads the core purpose as a question, follows with concrete output details, and ends with a high-value network/caching caveat. Every sentence earns its place.

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 single-parameter lookup tool with no output schema, the description is nearly complete: it explains what the tool checks, what data it returns, what input it accepts, and a caching/network caveat. It does not explicitly describe the behavior for non-exploited or unknown CVEs, but the core decision an agent needs to make is well supported.

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 description coverage is 100%, so the baseline is 3. The description's statement 'Accepts any text containing CVE ids' largely mirrors the schema's parameter description, adding no substantially new semantic information. It is adequate but not additive.

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 opens with a direct, operational question—'Is this CVE exploited in the wild?'—and then names the exact resource being queried: CISA's Known Exploited Vulnerabilities catalog. It enumerates the specific fields returned (date added, federal due date, ransomware usage, required action), making the tool's purpose and scope unmistakable and distinct from siblings.

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 clearly tells the agent when to use the tool: whenever CVE exploit status in the wild is needed. It also provides practical input guidance ('Accepts any text containing CVE ids') and a key environmental note that it is the only network-touching tool. It stops short of explicitly naming alternative tools or exclusion conditions, but the context is strong.

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

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/labaccessnow/secops-field-notes-mcp'

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