Skip to main content
Glama
dmc5179

Red Hat Security Data API MCP Server

by dmc5179

search_cves

Find Red Hat CVEs by date, severity, CVSS score, CWE, package, product, advisory, or Bugzilla ID. Returns paginated CVE summaries for security analysis.

Instructions

Search Red Hat CVEs by date, severity, CVSSv3 score, CWE, package, product, advisory, or Bugzilla ID. Returns a paginated list of CVE summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bugNoComma-separated Bugzilla IDs (e.g. 1326598,1084875)
cweNoComma-separated CWE IDs (e.g. 295,300)
idsNoComma-separated CVE IDs (e.g. CVE-2024-0001,CVE-2024-0002)
pageNoPage number (default: 1)
afterNoReturn CVEs after this date (ISO 8601, e.g. 2024-01-01)
beforeNoReturn CVEs before this date (ISO 8601, e.g. 2024-03-01)
packageNoPackage name to filter by (e.g. kernel, openssl)
productNoProduct name filter (supports Perl-compatible regex, e.g. 'linux 7', 'openstack')
advisoryNoComma-separated advisory IDs (e.g. RHSA-2024:0614)
per_pageNoResults per page (default: 1000)
severityNoSeverity level: low, moderate, important, or critical
cvss_scoreNoMinimum CVSSv2 score (e.g. 7.0)
cvss3_scoreNoMinimum CVSSv3 score (e.g. 7.0)
created_days_agoNoReturn CVEs created within this many days
include_package_stateNoInclude package_state information in results
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns a paginated list of CVE summaries and mentions the filter dimensions. For a read-oriented search tool, this is adequate behavioral disclosure, though it omits details like error handling, pagination defaults, or whether results are sorted. Still, it is a clear and honest overview.

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 description is two sentences, front-loaded with the core purpose, and directly states the return type. Every word is necessary and there is no redundancy or 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?

Given the complexity (15 parameters, 0 required) and that the schema already documents all parameters, the description adequately covers the tool's purpose and output (paginated CVE summaries). There is no output schema, but the description indicates the output is a list of summaries, which is sufficient for a search tool. It could be slightly more complete by stating pagination defaults or result field, but it is not a significant gap.

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 a high-level grouping of filter types (date, severity, etc.) which can help the agent understand available query capabilities, but it does not add extra meaning beyond what each parameter's description in the schema already provides. No compensation needed since coverage is complete.

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

Purpose5/5

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

The description clearly states the tool searches Red Hat CVEs by multiple specific criteria (date, severity, CVSSv3 score, CWE, package, product, advisory, Bugzilla ID) and returns a paginated list of CVE summaries. The verb 'Search' and resource 'Red Hat CVEs' are specific, and it distinguishes from siblings like get_cve_details by explicitly targeting a list result.

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 usage for searching/filtering CVEs but does not provide explicit when-to-use vs. when-not-to-use guidance or mention alternatives like search_csaf or get_cve_details. It is clear for a search tool, but without exclusions or explicit differentiation, it leaves some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmc5179/redhat-security-data-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server