MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/tools/ScheduleCronTool/CronCreateTool.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 return `${input.cron}: ${input.prompt}`
72 },
73 async description() {
74 return buildCronCreateDescription(isDurableCronEnabled())
75 },
76 async prompt() {
77 return buildCronCreatePrompt(isDurableCronEnabled())
78 },

Callers

nothing calls this directly

Calls 2

isDurableCronEnabledFunction · 0.85

Tested by

no test coverage detected