Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
def
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
57
def
build_default_tool_specs(
Callers
1
build_default_tool_specs
Function · 0.85
Calls
1
ToolSpec
Class · 0.85
Tested by
no test coverage detected