search_kb
Find relevant knowledge base articles by submitting a natural-language question or problem description. Returns ranked document chunks with source information and relevance scores.
Instructions
Semantic search over the knowledge base. Pass a natural-language question or problem
description; returns the most relevant document chunks ranked by similarity, each with
its source doc_id, a text snippet, and a score (higher = more relevant).
for matches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |