Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ get_all_tools
Method
get_all_tools
tests/tools/test_dynamic_tools.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
)
24
25
async
def
get_all_tools(self) -> list[ToolInfo]:
26
return
self.tools
27
28
def
format_tool_response(self, response):
29
if
isinstance(response, dict):
Callers
3
test_get_all_tools
Function · 0.45
test_get_all_tools_registry_exception
Method · 0.45
test_get_all_tools_metadata_exception
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected