Skip to main content
Glama
meob

pg-cve-mcp

by meob

get_version_status

Assess a PostgreSQL version's security status by retrieving its EOL status, yanked flag, CVE count, max CVSS score, exploit count, and latest minor release.

Instructions

Get a comprehensive security status summary for a PostgreSQL version.

Returns EOL status, yanked status, CVE count, max CVSS score, exploit count, and the latest minor in the same branch.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYes
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It indicates a read-only operation with 'Get' and describes the return values, but it does not disclose potential error conditions, rate limits, or data source behavior. This is adequate basic transparency but not comprehensive.

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 plus a minimal Args block, with the core purpose front-loaded. Each sentence adds necessary information: the main action, the exact output fields, and the parameter format. No redundant words.

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?

With no output schema, the description sufficiently enumerates all returned components and explains the input format. It lacks edge-case handling (e.g., invalid version behavior), but for a single-parameter read-only tool, this is a minor omission. Overall, it provides enough context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only defines a string parameter named 'version' with no description. The description's Args block fully compensates by specifying the expected format ('PostgreSQL version string') and providing concrete examples ('16.4', '15.8'), making the parameter semantics clear despite 0% schema coverage.

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 returns a security status summary for a PostgreSQL version and lists the specific fields returned (EOL status, yanked status, CVE count, max CVSS score, exploit count, latest minor). This distinguishes it from sibling tools like get_cves or get_exploits that focus on individual aspects.

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 the tool should be used when a comprehensive security overview is needed, but it does not explicitly contrast it with alternatives like get_summary or get_cves, nor does it state when not to use it. The listed return fields give some context, but no explicit when/when-not guidance is provided.

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