Mcp Search Kb
Search KB articles using tsvector full-text search. Internal MCP callers (voice agent) are always considered authenticated, so visibility is not restricted.
Search KB articles using tsvector full-text search.
Internal MCP callers (voice agent) are always considered authenticated, so visibility is not restricted.
Query Parameters
q*Q
Length
1 <= lengthlimit?Limit
Default
10Range
1 <= value <= 50language?Language
Default
"english"Header Parameters
X-Internal-Secret?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/internal/mcp/kb/search?q=string"[
{}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}