MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / build_html_tool

Function build_html_tool

tools/registry.py:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def build_html_tool() -> ToolSpec:
50 return ToolSpec(
51 name="ReadHTML",
52 description="Fetch a webpage and return readable text content.",
53 handler=read_html,
54 )
55
56
57def build_default_tool_specs(

Callers 1

build_default_tool_specsFunction · 0.85

Calls 1

ToolSpecClass · 0.85

Tested by

no test coverage detected