You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_faq

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →