Skip to main content
Glama

osint-terminal

Cve

cve

CVE Lookup: CVE detail + CVSS (CIRCL, no key)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It usefully discloses the source (CIRCL), authentication requirement (no key), and result content (CVE detail + CVSS), but does not mention rate limits, data freshness, output shape, or behavior when no match is found.

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

Conciseness5/5

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

The entire description is one compact, front-loaded phrase with no filler. It conveys the action, source, and key requirement in a short form that is appropriate for a simple one-parameter lookup tool.

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 single-parameter tool with an output schema, the description is mostly adequate, but it lacks explicit guidance on what to pass in 'q' and when to prefer this tool over the many CVE-related siblings. The source and no-key details help, but an agent still has to infer the input contract.

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?

The schema has a single 'q' parameter with 0% description coverage, and the tool description does not explain what 'q' should contain or its expected format (e.g., a full CVE ID like CVE-2024-1234 vs. a search term). The name and opening phrase imply a CVE lookup, but the parameter semantics are left ambiguous.

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 names the action ('CVE Lookup'), the resource (CVE entries), and the expected output (CVE detail + CVSS), plus the data source (CIRCL). It partially distinguishes itself from siblings like cvedetail or nvdcve by citing CIRCL and 'no key', though it does not explicitly contrast those alternatives.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when looking up CVE details and CVSS from CIRCL without an API key), but it provides no explicit when-not-to-use guidance or named alternatives. The usage context is only implicit from the source/key phrase.

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