Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ get_tools_list
Function
get_tools_list
bmtools/tools/serve.py:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
@t.api.get(
"/list"
)
24
def
get_tools_list():
25
return
{
26
"tools"
: t.list_tools(),
27
}
28
29
@t.api.get(
"/loaded"
)
30
def
get_loaded_tools():
Callers
nothing calls this directly
Calls
1
list_tools
Method · 0.45
Tested by
no test coverage detected