-
-
Notifications
You must be signed in to change notification settings - Fork 52.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
The clawdis_cron tool schema defines jobId as the parameter name, but the backend cron API expects id.
Reproduction
Trying to update or remove a cron job fails:
clawdis_cron action=update jobId=meeting-reminders-v2 patch={"enabled": false}
Error:
invalid cron.update params: data must have required property 'id'; data must NOT have additional properties
Expected
The tool should accept jobId and translate it to id for the backend, OR the schema should use id to match the backend.
Impact
- Cannot disable cron jobs via the tool
- Cannot remove cron jobs via the tool
listandaddwork fine
Workaround
None currently. Jobs continue running even when trying to disable them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working