MCPcopy Index your code
hub / github.com/simstudioai/sim / getToolEntry

Function getToolEntry

apps/sim/lib/copilot/tool-executor/router.ts:10–12  ·  view source on GitHub ↗
(toolId: string)

Source from the content-addressed store, hash-verified

8}
9
10export function getToolEntry(toolId: string): ToolCatalogEntry | undefined {
11 return TOOL_CATALOG[toolId]
12}
13
14export type ToolRoute = {
15 route: ToolRouteTarget

Callers 7

handleCallPhaseFunction · 0.90
routeToolCallFunction · 0.85
isSimExecutedFunction · 0.85
isGoExecutedFunction · 0.85
isClientExecutedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected