Skip to main content
Glama
meob

pg-cve-mcp

by meob

get_cves

Retrieve all CVE records for a specified PostgreSQL version, helping you identify known vulnerabilities and assess security risks.

Instructions

List all CVEs affecting a specific PostgreSQL version.

Args: version: A PostgreSQL version string (e.g. "16.4", "15.8", "14.0").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYes
Behavior2/5

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

No annotations are provided, and the description only states the action without disclosing output format, possible side effects, or interpretation of 'affecting'. The description lacks behavioral context expected for a tool without annotation support.

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 extremely concise and front-loaded, stating the action first and then briefly parameter details. Every sentence serves a purpose.

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?

Given the presence of multiple sibling tools and no output schema or annotations, the description is minimally sufficient for a simple list tool but does not explain the return format or clarify how it differs from related tools like get_exploits.

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?

The description adds meaningful context for the 'version' parameter by specifying it is a PostgreSQL version string and providing examples (e.g., '16.4', '15.8', '14.0'), which goes beyond the schema's simple string type.

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 lists all CVEs affecting a specific PostgreSQL version, with a specific verb (List), resource (CVEs), and scope (specific version). This distinguishes it from siblings like get_exploits.

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 purpose implies when to use the tool (e.g., when needing CVEs for a version), but no explicit alternatives or exclusions are mentioned. Usage is inferred rather than directly guided.

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/meob/PG_CVE-MCP'

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