Skip to main content
Glama
tgessendorfer

HPE Knowledgebase MCP server

get_latest_morpheus_release

Compare HPE Morpheus release-notes documents known to the server and return the highest version with its publication month and document link.

Instructions

Report the newest HPE Morpheus release this server knows about.

Compares the release-notes documents in the server's configured list and returns the highest version, with its publication month and document link.

Important: this reflects the documents the server has been told about, not a live query of everything HPE has published - HPE has no anonymous search API. If you have reason to think a newer release exists, find its release notes with your own web search and read it with get_hpe_document; the appliance's own build version comes from the Morpheus tools, not this one.

product is morpheus-enterprise or morpheus-vm-essentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productNomorpheus-enterprise

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It clearly states the tool is not a live API query, has no anonymous search access, depends on server configuration, and does not report the appliance's build version. This is unusually transparent about limitations.

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 front-loaded with the tool's purpose, then uses short paragraphs for return behavior and important caveats. Every sentence earns its place, and the structure makes the tool's limitations and alternatives easy to scan.

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

Completeness5/5

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

The description fully describes what the tool returns, how it computes the result, what it cannot do, and when to use alternative tools. There is no output schema, so the stated output fields are necessary and sufficient. Nothing critical is missing for an agent to call this tool correctly.

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 has zero description coverage, but the description compensates by explicitly naming the two valid product values: 'morpheus-enterprise' or 'morpheus-vm-essentials'. This is essential guidance since the schema itself has no enum or property description.

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 opens with a specific verb and resource: 'Report the newest HPE Morpheus release this server knows about.' It then clarifies the mechanism (compares release-notes documents) and the exact output (highest version, publication month, document link), distinguishing it clearly from the sibling tools that retrieve documents or search the KB.

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

Usage Guidelines5/5

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

The description explicitly says this tool reflects only server-configured documents, not a live HPE query. It then tells the agent exactly what to do if a newer release is suspected: search the web and read the result with get_hpe_document. It also directs appliance build version questions to Morpheus tools, preventing misuse.

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