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

Function buildCronListPrompt

src/tools/ScheduleCronTool/prompt.ts:131–135  ·  view source on GitHub ↗
(durableEnabled: boolean)

Source from the content-addressed store, hash-verified

129
130export const CRON_LIST_DESCRIPTION = 'List scheduled cron jobs'
131export function buildCronListPrompt(durableEnabled: boolean): string {
132 return durableEnabled
133 ? `List all cron jobs scheduled via ${CRON_CREATE_TOOL_NAME}, both durable (.claude/scheduled_tasks.json) and session-only.`
134 : `List all cron jobs scheduled via ${CRON_CREATE_TOOL_NAME} in this session.`
135}
136

Callers 1

promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected