Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/dash
/ get_tool_names
Method
get_tool_names
dash/mcp/primitives/tools/base.py:19–20 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
17
18
@classmethod
19
def
get_tool_names(cls) -> set[str]:
20
raise
NotImplementedError
21
22
@classmethod
23
def
list_tools(cls) -> list[Tool]:
Callers
1
call_tool
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected