Skip to main content
Glama

Go Vulnerability Database Tracker — buy per-query in-session (govulnwatch)

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Listing: govulnwatch: Go Vulnerability Database Tracker. Price 0.01 USDC/query (max 20 queries/session). Sample questions: What Go vulnerabilities were added or updated recently?; Show recent GO advisories with CVE aliases. 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

B3.1/5.0
Behavior3/5

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

Annotations already mark the tool as readOnly, idempotent, and non-destructive; the description adds that it is guest-callable with no API key and returns only public metadata. The mixed 'Price 0.01 USDC/query' versus 'FREE preview' creates mild ambiguity, though it does not contradict the annotations.

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?

Most of the description is promotional ('✅ No API key needed', 'Try one of the sample questions now') and repeats 'FREE preview' unnecessarily. The core purpose could be stated in one concise sentence.

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

Completeness3/5

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

For a simple two-optional-param read-only preview, it explains free access, scope (public metadata), and gives example questions. However, it does not describe the response shape or what 'taste' returns, and there is no output schema to fill that gap.

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?

Both slug and question have schema descriptions, and the tool description supplements slug with a concrete example (govulnwatch) and reiterates that question is echoed back. This adds meaningful context beyond the 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 the tool as a free, guest-callable preview of a listing and names the specific listing (govulnwatch), so an agent understands it previews public dataset metadata. However, the promotional phrasing ('call this now') and sample questions somewhat obscure the core purpose.

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?

There is no explicit comparison to sibling tools like data_session_query or data_session_open, and no conditions for when to use this preview instead of a paid session. The description only says 'call this now' and 'FREE preview' without explaining when not to use it.

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.

Resources