get_worker_task
Get detail for a specific saved CoreClaw worker task.
WHEN TO USE: Use when the user wants to inspect a saved task's configuration, schedule, or input. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。
WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs.
RETURNS: JSON with task details including title, description, worker_id, input, schedule, and slug.
WORKFLOW: Follow with update_worker_task, update_worker_task_input, run_worker_task, or delete_worker_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_task_id | Yes | Saved worker task slug. Example: "task_daily_demo". Obtain from list_worker_tasks. |