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

Function isCustomTool

apps/sim/executor/constants.ts:466–468  ·  view source on GitHub ↗
(toolId: string)

Source from the content-addressed store, hash-verified

464}
465
466export function isCustomTool(toolId: string): boolean {
467 return toolId.startsWith(AGENT.CUSTOM_TOOL_PREFIX)
468}
469
470export function isMcpTool(toolId: string): boolean {
471 return toolId.startsWith(MCP.TOOL_PREFIX)

Callers 6

postProcessToolOutputFunction · 0.90
executeToolFunction · 0.90
executeToolRequestFunction · 0.90
getToolAsyncFunction · 0.90
transformBlockToolFunction · 0.90
validateToolReferenceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected