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
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| document | Yes | ||
| max_chars | No | ||
| include_all_topics | No |