MCPcopy
hub / github.com/codeaashu/claude-code / call

Function call

src/tools/ScheduleCronTool/CronDeleteTool.ts:82–85  ·  view source on GitHub ↗
({ id })

Source from the content-addressed store, hash-verified

80 return { result: true }
81 },
82 async call({ id }) {
83 await removeCronTasks([id])
84 return { data: { id } }
85 },
86 mapToolResultToToolResultBlockParam(output, toolUseID) {
87 return {
88 tool_use_id: toolUseID,

Callers

nothing calls this directly

Calls 1

removeCronTasksFunction · 0.85

Tested by

no test coverage detected