MCPcopy Create free account
hub / github.com/plotly/dash / call_tool

Method call_tool

dash/mcp/primitives/tools/base.py:27–30  ·  view source on GitHub ↗
(
        cls, tool_name: str, arguments: dict[str, Any], task: dict | None = None
    )

Source from the content-addressed store, hash-verified

25
26 @classmethod
27 def call_tool(
28 cls, tool_name: str, arguments: dict[str, Any], task: dict | None = None
29 ) -> CallToolResult | CreateTaskResult:
30 raise NotImplementedError

Callers 1

call_toolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected