fetch_servicenow_doc
Retrieve the full readable text of a ServiceNow documentation page using a search reference or direct page URL.
Instructions
Fetch the full readable text of a specific ServiceNow documentation page. Pass either the ref returned by search_servicenow_docs (fastest, exact) or a servicenow.com/docs page URL. Use after search_servicenow_docs to read a result in full. Read-only; only ServiceNow docs are reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | The `ref` from a search_servicenow_docs result (preferred — resolves directly to page content). | |
| url | No | A servicenow.com/docs page URL (used when no ref is available; resolved via docs search). | |
| maxChars | No | Truncate the returned text to this many characters (default 9000, max 30000). |