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

Function prompt

src/tools/ScheduleCronTool/CronListTool.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 return CRON_LIST_DESCRIPTION
59 },
60 async prompt() {
61 return buildCronListPrompt(isDurableCronEnabled())
62 },
63 async call() {
64 const allTasks = await listAllCronTasks()
65 // Teammates only see their own crons; team lead (no ctx) sees all.

Callers

nothing calls this directly

Calls 2

buildCronListPromptFunction · 0.85
isDurableCronEnabledFunction · 0.85

Tested by

no test coverage detected