II.
ToolDescriptor overview
Reference · livetool-descriptor:cron-create
CronCreate overview
Schedule a recurring or one-shot prompt within the current session. Tasks are session-scoped and restored on --resume / --continue if not expired. Disabled when CLAUDE_CODE_DISABLE_CRON=1.
Attributes
schema
{}
displayName
CronCreate
description
Schedule a recurring or one-shot prompt within the current session.
Tasks are session-scoped and restored on --resume / --continue if not
expired. Disabled when CLAUDE_CODE_DISABLE_CRON=1.
inputSchema
type
object
required
- schedule
- prompt
properties
schedule
type
string
description
Cron expression or one-shot ISO timestamp
prompt
type
string
task_id
type
string
mode
normal
streamable
false
Outgoing edges
None.
Incoming edges
bundles1
- agent-runtime-impl:claude-code.runtime@1.x·AgentRuntimeImplClaude Code Runtime (1.x)