Class: HotwireClub::MCP::Tools::ListHwcKbDocsTool

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

Overview

Tool: List documents with optional filters

Instance Method Summary collapse

Instance Method Details

#call(category: nil, tags: nil, limit: 20, offset: 0) ⇒ Object



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

def call(category: nil, tags: nil, limit: 20, offset: 0)
  adapter.list_docs(category: category, tags: tags, limit: limit, offset: offset)
end