Class: HotwireClub::MCP::Tools::SearchHwcKbTool

Inherits:
BaseTool
  • Object
show all
Defined in:
lib/hotwire_club/mcp/tools/search_hwc_kb_tool.rb

Overview

Tool: Search knowledge base chunks

Instance Method Summary collapse

Instance Method Details

#call(query:, category: nil, tags: nil, limit: 8) ⇒ Object



19
20
21
# File 'lib/hotwire_club/mcp/tools/search_hwc_kb_tool.rb', line 19

def call(query:, category: nil, tags: nil, limit: 8)
  adapter.search(query: query, category: category, tags: tags, limit: limit)
end