MCPcopy Index your code
hub / github.com/plotly/dash / _call_tool_structured

Function _call_tool_structured

tests/unit/mcp/tools/test_mcp_run_callback.py:37–39  ·  view source on GitHub ↗
(app, tool_name, arguments=None)

Source from the content-addressed store, hash-verified

35
36
37def _call_tool_structured(app, tool_name, arguments=None):
38 result = _mcp(app, "tools/call", {"name": tool_name, "arguments": arguments or {}})
39 return result["result"]["structuredContent"]
40
41
42def _call_tool_output(

Callers 2

_call_tool_outputFunction · 0.85

Calls 1

_mcpFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…