Class: HotwireClub::MCP::Tools::GetHwcKbChunkTool
- Inherits:
-
BaseTool
- Object
- FastMcp::Tool
- BaseTool
- HotwireClub::MCP::Tools::GetHwcKbChunkTool
- Defined in:
- lib/hotwire_club/mcp/tools/get_hwc_kb_chunk_tool.rb
Overview
Tool: Get a single chunk by ID
Instance Method Summary collapse
Instance Method Details
#call(chunk_id:) ⇒ Object
16 17 18 |
# File 'lib/hotwire_club/mcp/tools/get_hwc_kb_chunk_tool.rb', line 16 def call(chunk_id:) adapter.get_chunk(chunk_id: chunk_id) end |