nexo_followup_create
Create autonomous follow-up tasks with unique IDs, descriptions, target dates, verification methods, reasoning, and recurrence patterns to track and manage ongoing work.
Instructions
Create a new NEXO followup (autonomous task).
Args: id: Unique ID starting with 'NF' (e.g., NF-MCP2). description: What to verify/do. date: Target date YYYY-MM-DD (optional). verification: How to verify completion (optional). reasoning: WHY this followup exists — what decision/context led to it (optional). recurrence: Auto-regenerate pattern (optional). Formats: 'weekly:monday', 'monthly:1', 'monthly:15', 'quarterly'. When completed, a new followup is auto-created with the next date. The completed one is archived with date suffix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| description | Yes | ||
| date | No | ||
| verification | No | ||
| reasoning | No | ||
| recurrence | No |