Skip to main content
Glama
tgessendorfer

HPE Knowledgebase MCP server

get_hpe_document

Read the full text of HPE Support Center documents, including release notes, advisories, and product documentation. Provide a document ID or URL to get real content that normal web fetches miss.

Instructions

Read the full text of an HPE Support Center document.

Use this for any support.hpe.com document - release notes, advisories, customer notices, product documentation. Fetching a support.hpe.com/hpesc/public/docDisplay?docId=... URL with a normal web fetch returns an empty JavaScript shell with no document text; this tool reads the API underneath it and returns the real content.

document accepts either a bare document id (dp00008463en_us) or any URL containing one, so a link pasted from a browser works as-is.

Large documents are split into topics. Called without page, this returns the topic list so you can pick one; call it again with that topic's page value to read it, or pass include_all_topics=true to read the whole document at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
documentYes
max_charsNo
include_all_topicsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
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 of behavioral disclosure. It provides valuable context: a normal web fetch returns an empty JavaScript shell, so this tool reads the underlying API; large documents are split into topics; calling without page returns the topic list; include_all_topics reads the whole document. This gives meaningful behavior beyond the schema, though it does not cover error behavior, rate limits, or response formatting.

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 core purpose, then efficiently explains the technical workaround, parameter flexibility, and pagination workflow. Every sentence adds value and there is no redundant or filler content. The structure is easy to parse and directly supports correct invocation.

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?

Despite lacking an output schema and annotations, the description covers the essential usage workflow: how to pass a document, how to navigate topics, and how to retrieve everything at once. It explains why the tool exists and what makes it different from a normal fetch. The main gaps are the unaddressed max_chars parameter and lack of explicit return format details, but the core invocation path is well covered.

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?

Schema description coverage is 0%, so the description must compensate. It thoroughly explains document (bare ID or URL containing one), page (use topic's page value), and include_all_topics (read whole document at once). However, max_chars is never mentioned, leaving its meaning and interaction with pagination unclear. For three of four parameters, semantics are excellent; the omission of max_chars prevents a 5.

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: 'Read the full text of an HPE Support Center document.' It clearly distinguishes itself from siblings: list_hpe_document_topics only lists topics, search_hpe_kb searches, and this tool retrieves full document text. The scope is explicit and leaves no ambiguity about the tool's function.

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

Usage Guidelines4/5

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

The description states 'Use this for any support.hpe.com document - release notes, advisories, customer notices, product documentation,' which clearly establishes when to use the tool. It also explains the topic-picking workflow with page and include_all_topics. However, it does not explicitly name alternative sibling tools or state when not to use them, so it stops short of a full 5.

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