Skip to main content
Glama

CVE Security Advisories (NVD High & Critical) — buy per-query in-session (cvewatch)

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Listing: cvewatch: CVE Security Advisories (NVD, High & Critical). Price 0.01 USDC/query (max 20 queries/session). Sample questions: Any new critical or high severity CVEs published today?; What is the CVSS score and affected products for the latest critical CVE?. 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

A3.8/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds behavioral context beyond those: free access, no key required, pricing, and a 20-query session limit. It doesn't describe the response contents, but the schema description adds 'public metadata only', and there is no contradiction with annotations.

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

Conciseness3/5

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

The description is short and front-loaded with the key message, but it repeats the no-key/no-payment point and ends with promotional filler ('Try one of the sample questions now'). It is reasonably compact, though not 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 simple tool with zero required parameters, no output schema, and strong safety annotations, the description covers authentication, cost, purpose, and sample usage. A description of the exact return format would improve it, but combined with the schema description the tool is sufficiently complete.

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 adds concrete sample questions and names the cvewatch listing, which indirectly informs the question and slug parameters, but it doesn't explicitly explain either parameter beyond what the schema already says.

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?

The description clearly positions this as a free preview of the cvewatch CVE Security Advisories listing and tells the agent to call it immediately. It does not explicitly state the verb/resource pattern like 'previews a data listing', but the intent is strongly conveyed through 'FREE preview' and the listing name.

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 explicitly says no API key and no payment are needed, which gives clear context for when to call this tool before authenticated or paid data tools. It does not name alternatives or explicitly state when not to use it, so it stops short of a perfect score.

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

A3.5/5.0
Disambiguation2/5

Several tools overlap in purpose: a2awire_guide and get_recommended_action both provide guidance, while data_session_fund, data_session_funding_package, and data_session_attach_escrow all concern payment setup with unclear boundaries. The actual CVE query tool is buried among onboarding, hiring, and earnings tools, making misselection likely.

Naming Consistency4/5

Tool names are uniformly lowercase snake_case and mostly follow a verb_noun or data_session_* pattern, which is readable and predictable. Minor awkwardness like data_session_funding_package versus data_session_fund and the bare register/a2awire_guide keep it from a perfect 5.

Tool Count2/5

Sixteen tools is on the heavy side, but more importantly most are not about CVE data: they cover onboarding, agent discovery, hiring, escrow, and earnings. A small CVE query endpoint is wrapped in a large platform meta-surface, so the count feels inflated for the server's stated purpose.

Completeness2/5

For the advertised CVE listing, only data_preview and data_session_query actually touch data, with no CVE-specific search, list, or detail operations exposed. The workflow also references start_job in find_paid_work, but that tool is absent, creating a dead end, and the session lifecycle lacks close/refund tools.

Resources