Skip to main content
Glama

security_fetch_cve_watch

Monitor specific CVEs for new events like patch releases, KEV listings, PoC publications, and exploitation. Create a persistent watchlist and check anytime for updates since your last visit.

Instructions

Persistent CVE watchlist. Create once, check anytime for new events since your last visit — patch releases, KEV listings, PoC publications, exploitation detected. Uses Redis for persistence, NVD + CISA KEV + EPSS for daily background refresh. Returns has_new_events, events (list), call_back_in="24h" on check. Rate limit: 60/minute. No auth required. For security engineers tracking CVE exposure over time. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="security_fetch_cve_watch", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
watch_idYes
cve_idsYes
actionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses technology (Redis for persistence, NVD + CISA KEV + EPSS for daily refresh), rate limit (60/minute), and no auth required. Also describes return fields. With no annotations, description fully covers behavioral traits.

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 paragraph is dense and front-loaded with key info. Some redundancy (e.g., 'Persistent CVE watchlist' and later 'security engineers tracking CVE exposure over time') and the fallback instruction adds length but is useful. Could be slightly more concise.

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?

Covers purpose, behavior, use case, rate limit, auth, and fallback. With output schema present, return description is additive. Missing parameter explanations, but overall adequately complete for a tool with this complexity.

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

Parameters2/5

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

Schema coverage is 0%, so description should compensate, but it does not explain the parameters watch_id, cve_ids, or action beyond listing the action enum. The description mentions 'Create once' but does not clarify the role of parameters.

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 it is a persistent CVE watchlist, listing actions (create, check, delete), return structure (has_new_events, events, call_back_in), and target users (security engineers). It distinguishes itself from sibling tools that are one-time queries by emphasizing ongoing monitoring.

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

Usage Guidelines5/5

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

Explicitly says 'Create once, check anytime' and provides a fallback instruction to call report_feedback if the tool does not serve the user's need. This guides appropriate usage and alternatives.

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/datanexusmcp/mcp-server'

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