MCPcopy
hub / github.com/simstudioai/sim / execute

Method execute

apps/sim/lib/copilot/tools/server/base-tool.ts:41–41  ·  view source on GitHub ↗
(args: TArgs, context?: ServerToolContext)

Source from the content-addressed store, hash-verified

39export interface BaseServerTool<TArgs = unknown, TResult = unknown> {
40 name: string
41 execute(args: TArgs, context?: ServerToolContext): Promise<TResult>
42 /** Optional Zod schema for input validation */
43 inputSchema?: z.ZodType<TArgs>
44 /** Optional Zod schema for output validation */

Callers 15

recordExecutionUsageMethod · 0.65
executeWorkflowCoreFunction · 0.65
setForkLockTimeoutFunction · 0.65
acquireForkEdgeLockFunction · 0.65
acquireForkTargetLockFunction · 0.65
routeExecutionFunction · 0.65

Implementers 15

ToolTesterpackages/testing/src/builders/tool-tes
FunctionBlockHandlerapps/sim/executor/handlers/function/fu
MothershipBlockHandlerapps/sim/executor/handlers/mothership/
VariablesBlockHandlerapps/sim/executor/handlers/variables/v
TriggerBlockHandlerapps/sim/executor/handlers/trigger/tri
CredentialBlockHandlerapps/sim/executor/handlers/credential/
HumanInTheLoopBlockHandlerapps/sim/executor/handlers/human-in-th
GenericBlockHandlerapps/sim/executor/handlers/generic/gen
EvaluatorBlockHandlerapps/sim/executor/handlers/evaluator/e
ApiBlockHandlerapps/sim/executor/handlers/api/api-han
WaitBlockHandlerapps/sim/executor/handlers/wait/wait-h
RouterBlockHandlerapps/sim/executor/handlers/router/rout

Calls

no outgoing calls

Tested by

no test coverage detected