Skip to main content
Glama
tgessendorfer

HPE Knowledgebase MCP server

list_hpe_document_topics

Retrieve the table of contents for an HPE document to locate specific sections like fixes or new features, avoiding the need to read the entire document.

Instructions

List the topics (table of contents) of an HPE document.

Cheaper than reading a whole document when you only need one section - "Fixes" or "New features" of a release notes document, for instance. Accepts a document id or a URL containing one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the input behavior (accepts document id or URL) and the cost/performance advantage ('cheaper'), but does not describe output structure, pagination, or potential failure modes. It is adequate but not richly transparent.

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?

Three short, purposeful sentences. The main purpose is front-loaded, the use case follows naturally, and the input format is stated last. Every sentence earns its place and there is no 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?

For a simple one-parameter read-only tool with no output schema, the description provides the essential context: what it returns (topics/table of contents), when to use it, and how to specify the document. It does not describe the exact return shape, but the tool is simple enough that this is a minor gap.

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 coverage is 0%, and the single parameter 'document' would otherwise be ambiguous. The description adds crucial meaning: it accepts either a document ID or a URL containing one. This compensates well for the missing schema description, though it could specify more about accepted ID formats.

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 verb ('List') and resource ('topics/table of contents of an HPE document'), and immediately contrasts with reading a whole document, which distinguishes it from the sibling get_hpe_document. The purpose is unambiguous and specific.

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?

It explicitly says to use this tool when you only need one section like 'Fixes' or 'New features', and frames it as a cheaper alternative to reading the full document. It does not explicitly name all sibling alternatives or exclusions, but the when-to-use guidance is clear enough.

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