CronDelete
A built-in definition supplied to the request when the tools option was omitted.
Captured description
Cancel a cron job previously scheduled with CronCreate. Removes it from the in-memory session store.
Input schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"id": {
"description": "Job ID returned by CronCreate.",
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
} Independent estimate
~140 tokens
The captured tool object was counted against the common baseline. This value supports comparison and is not additive.