search_kcs
Search Red Hat KCS solutions by query, returning solution IDs and metadata with pagination.
Instructions
Search for Red Hat KCS Solutions and return a list with Solution IDs.
Args: query: Search query string rows: Number of results to return (default: 50) start: Starting index for pagination (default: 0)
Returns: List of solutions with their IDs and metadata
By default, this tool returns only documents where documentKind is either "Article" or "Solution" and accessState is either "active" or "private".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| query | Yes | ||
| start | No |