Create Pending Decision
create_pending_decisionSave an unresolved decision with all candidate options for later review. Keeps open choices accessible without converting them into tasks.
Instructions
Record an unresolved decision with its options to revisit later. Use for open choices, not ordinary TODOs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional scope that narrows memory access; leave blank for the token default. | |
| bucket | No | Memory bucket or namespace to read from or write to; use % only for tools that support wildcard reads. | work |
| due_at | No | Optional due time for a memory TODO/action item, preferably ISO 8601. | |
| context | Yes | Short context explaining a memory usage event or pending decision. | |
| options_json | No | JSON array of candidate options for a pending decision. | [] |
| metadata_json | No | Optional JSON object string with extra metadata for the operation. | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |