fetch_documentation
Get help and support documentation articles. Supports pagination and search by title or content. Returns up to 10 documents per page.
fetch_documentation
When to use
Get help and support documentation articles. Supports pagination and search by title or content. Returns up to 10 documents per page.
Parameters to validate before calling
page (number, optional) — Page number to retrieve (default: 1)
limit (number, optional) — Number of documents per page, max 10 (default: 5)
search (string, optional) — Search term to filter documents by title or content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to retrieve (default: 1) | |
| limit | No | Number of documents per page, max 10 (default: 5) | |
| search | No | Search term to filter documents by title or content |