nexo_task_log
Log operational task execution details including task number, name, execution summary, and reasoning for tracking and analysis.
Instructions
Record that an operational task was executed.
Args: task_num: Task number from the checklist (e.g., '7', '7b'). task_name: Task name (e.g., 'Google Ads'). notes: Execution summary (optional). reasoning: WHY this task was executed now — what triggered it (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_num | Yes | ||
| task_name | Yes | ||
| notes | No | ||
| reasoning | No |