Thread Defer¶
Defer a thread so it resurfaces at a future time. Sets the cached resurface_at field; the existing Later mechanic re-surfaces the thread when the time arrives.
MCP name: thread_defer
Category: threads
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
duration_hours |
float |
No | Hours to wait before resurfacing (default 24) |
resurface_at |
str |
No | Absolute ISO timestamp to resurface at (overrides duration_hours) |
thread_id |
str |
Yes | Thread to defer |