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

Function isKnownTool

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

Source from the content-addressed store, hash-verified

36}
37
38export function isKnownTool(toolId: string): boolean {
39 return isToolInCatalog(toolId)
40}
41
42interface PartitionedBatch {
43 sim: ToolCallDescriptor[]

Callers 1

executeToolFunction · 0.90

Calls 1

isToolInCatalogFunction · 0.85

Tested by

no test coverage detected