Skip to main content
Glama

get_updates

Read-only

The publication change stream: what this site published, stamped with OUR publish time (first_published, kev_added, detection_added, remediation_added). Pass since (YYYY-MM-DD, strictly-after) on the first call, then the returned next_cursor to continue. Optional cve scopes the stream to one CVE's change history. Events for withdrawn CVE ids are omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cveNoScope to one CVE's change history, such as CVE-2024-3400
typeNo
limitNo
sinceNo
cursorNo

Schema Changelog

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

  1. Changed1 schema field changed
    • changedInput schema / properties / cve / description
      Previous value: -"Scope to one CVE's change history, e.g. CVE-2024-3400"New value: +"Scope to one CVE's change history, such as CVE-2024-3400"
  2. Changed1 schema field changed
    • addedInput schema / properties / cve
      Added value: +{
      +  "description": "Scope to one CVE's change history, e.g. CVE-2024-3400",
      +  "type": "string"
      +}
  3. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, lowering the threshold. The description adds genuine behavioral context beyond that: 'stamped with OUR publish time' clarifies that the timestamps are the site's publication moments, not the CVE's own dates (preventing a real misinterpretation), and 'Events for withdrawn CVE ids are omitted' discloses an important filtering behavior. Both add value over the read-only annotation. 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.

Conciseness4/5

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

A single information-dense paragraph with the purpose front-loaded, followed by pagination mechanics and optional scoping. Every sentence earns its place: purpose, timestamp semantics, since format, cursor continuation, cve filter, and the withdrawal exclusion. Slightly long as one block, but efficient with no filler.

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 cursor-based stream with 5 parameters and no output schema, the description covers the critical calling mechanics: how to start (since), how to continue (cursor), and available filters (cve, type), plus what event types exist. Gaps are the limit parameter's semantics and the exact shape of returned events (no output schema to fall back on), but the essential continuation pattern an agent must know is fully specified. Fairly complete given the complexity.

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?

Schema coverage is only 20% (just the cve parameter has a description), so the description must compensate — and it does. It explains the since format (YYYY-MM-DD, strictly-after), the cursor continuation pattern (returned next_cursor), the cve scoping semantics, and enumerates the four type values. Only the limit parameter is left unaddressed. Strong compensation for the sparse schema.

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 identifies a specific resource ('the publication change stream: what this site published') and a distinctive mechanism (cursor-based pagination stamped with OUR publish time). This distinguishes it from siblings like get_cve (single lookup), search_cves (search), and get_epss_movers (movers) without naming them. It's clear and specific, though it doesn't explicitly contrast with any sibling.

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?

Provides concrete, actionable usage instructions: pass since in YYYY-MM-DD strictly-after on the first call, then use the returned next_cursor to continue, with optional cve/type scoping. This is explicit call-pattern guidance. However, it doesn't state when to choose this tool over alternatives such as search_cves, so the when-vs-alternatives dimension is only partially covered (clear context, no exclusions).

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct retrieval task: single CVE lookup, EPSS movers, scoreboard report, update stream, package query, and catalog search. There is minimal overlap, and the descriptions reinforce the clear boundaries between tools.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: get_ for direct retrievals, query_package for package-specific lookup, and search_cves for catalog search. All names are snake_case and use clear, predictable verbs.

Tool Count5/5

Six tools is a well-scoped surface for a CVE intelligence server, covering all major entry points without redundancy. Each tool earns its place and there is no bloat or thinness.

Completeness5/5

The domain is read-only vulnerability intelligence, and the set covers individual CVE records, searchable catalog discovery, package-specific CVE lookup, trend analysis, update streams, and periodic reporting. There are no obvious dead ends for the stated purpose.

Resources