Skip to main content
Glama

CISA Known Exploited Vulnerabilities (kevwatch)

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Listing: CISA Known Exploited Vulnerabilities (kevwatch). Price 0.01 USDC/query (max 20 queries/session). Sample questions: What vulnerabilities were added to the CISA KEV catalog this week?; Which actively exploited CVEs are linked to ransomware campaigns?. FREE preview — no key, no payment. Try one of the sample questions now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPublic listing slug. Defaults to the routed session's listing when connected via /mcp/data/{slug}/http.
questionNoOptional free-text question you'd ask this data (echoed back).

Schema Changelog

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

  1. First observed

TDQS

C2.6/5.0
Behavior3/5

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

The annotations already declare the operation read-only, idempotent, and non-destructive, so the bar is lower. The description adds useful context beyond annotations: no API key required, a 0.01 USDC/query price point, a 20-query session limit, and explicit 'no payment' for the preview. However, the cost and free statements sit side-by-side confusingly ('Price 0.01 USDC/query' followed by 'FREE preview'), and there is no disclosure of what the response contains or what happens at the query limit. This adds some value but also introduces ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a multi-line promotional paragraph rather than a focused tool definition. It repeats the same idea multiple times ('No API key needed', 'FREE preview — no key, no payment', 'Try one of the sample questions now') and includes emojis and pricing details that could be summarized in one or two sentences. The essential functional information is buried within marketing copy.

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

Completeness2/5

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

There is no output schema, and the description does not explain what the preview returns, how results are formatted, or how the question is used beyond being 'echoed back' (which is only in the schema). For a tool with only two optional parameters the description is partially sufficient, but it lacks any mention of return shape, error conditions, or behavior at session limits. The promotional tone fills space with incentives rather than completing the operational picture.

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%, with both slug and question clearly documented in the input schema. The description contributes sample questions that illustrate the potential content of the 'question' parameter, but it does not add any new meaning about how the parameters interact or their expected formats beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (CISA Known Exploited Vulnerabilities kevwatch) and frames this as a 'FREE preview', so an agent can infer it provides free query access to that listing. However, it leans on promotional language ('call this now', 'Try one of the sample questions now') and never states the core function directly, such as 'returns public metadata for a listing' or 'answers a question against the CISA KEV dataset'. It also does not distinguish itself from sibling tools like data_session_query beyond being free.

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?

The description repeatedly emphasizes 'no API key needed' and 'no payment', which implies this tool should be used for free exploration, but it never explicitly says when to use this tool instead of a paid alternative (e.g., data_session_query or data_session_open). There is no mention of when not to use it, no comparison to siblings, and no guidance about what the preview is meant to replace or complement. The 'max 20 queries/session' limit is stated but not tied to a usage decision.

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.

TDQS

B3.2/5.0
Disambiguation2/5

Several tools occupy hazy boundaries: data_session_fund, data_session_funding_package, and data_session_attach_escrow all concern session payment/funding, and a2awire_guide overlaps with get_recommended_action as a navigation/guidance tool. Agents may easily pick the wrong call without reading descriptions carefully.

Naming Consistency4/5

Most names follow a clear snake_case verb_noun pattern such as data_session_open, find_paid_work, and verify_contract. Minor deviations like a2awire_guide, data_session_funding_package, and register keep it from being perfectly uniform, but the convention is generally predictable.

Tool Count3/5

16 tools is at the heavy edge of a normal surface, and many of the tools are generic A2AWire marketplace helpers rather than KEV-specific functionality. A dedicated KEV server would feel tighter with fewer, but the count is not extreme.

Completeness2/5

The set describes a wider marketplace but omits a referenced start_job tool, creating a dead end after find_paid_work. It also lacks any direct KEV query/metadata/session-status tool beyond the payment/session flow, so agents cannot fully complete the advertised workflows.

Resources