lookup_faq
ActiveTool of WingmanProtocol Agent Gateway
Lead-gen/CRM: fuzzy-match a visitor question against a FAQ list you pass in (difflib, literal not semantic). Public. Returns {ok, matched, confidence, answer}.
Parameters schema
{
"type": "object",
"required": [
"question",
"faqs"
],
"properties": {
"faqs": {
"type": "array",
"items": {
"type": "object"
},
"description": "[{q, a}, ...] your FAQ entries"
},
"question": {
"type": "string",
"description": "the visitor's question"
},
"threshold": {
"type": "number",
"description": "min match ratio 0-1 (default 0.4)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries