iiRecord
Agentic AI Atlas · CronCreate
tool-descriptor:cron-createa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:cron-create

Structured · live

CronCreate json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:cron-create",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "CronCreate",
    "description": "Schedule a recurring or one-shot prompt within the current session.\nTasks are session-scoped and restored on --resume / --continue if not\nexpired. Disabled when CLAUDE_CODE_DISABLE_CRON=1.\n",
    "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
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:cron-create",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}