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

Function isToolInCatalog

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

Source from the content-addressed store, hash-verified

4export type ToolRouteTarget = ToolCatalogEntry['route']
5
6export function isToolInCatalog(toolId: string): boolean {
7 return toolId in TOOL_CATALOG
8}
9
10export function getToolEntry(toolId: string): ToolCatalogEntry | undefined {
11 return TOOL_CATALOG[toolId]

Callers 1

isKnownToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected