swsd_search_solutions
Search SWSD knowledge-base articles by free-text query or category filter. Retrieve compact summaries with truncated excerpts to quickly find relevant solutions.
Instructions
Search SWSD knowledge-base solution articles. Pass query for free-text search across titles and descriptions; pass category to filter to a category name. Returns compact summaries with truncated excerpts (240 chars). Use swsd_get_solution for the full HTML body of any one result. NOTE: search is asynchronously indexed — articles created or updated in the last few minutes (sometimes hours) may not appear yet. To verify a just-created article, use swsd_get_solution with the ID returned by swsd_create_solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). | |
| per_page | No | Results per page (1-100). | |
| query | No | Free-text search across solution titles and descriptions. Empirically the canonical search parameter for SWSD solutions (verified against tenant 2026-05-03). | |
| category | No | Filter to solutions in this category name. Use swsd_list_categories to validate names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutions | Yes | ||
| pagination | Yes |