Pause, resume, file or re-prioritise a prompt
update_promptUpdate a tracked prompt's status, group, category, or business priority in the active project, pausing or resuming it to manage plan capacity while keeping its history intact.
Instructions
Changes what happens to one prompt from here on in the active project: whether it is asked (status 'active' or 'paused'), which group and categories it is filed under, and how much the project bets on it.
Note:
Pausing a prompt frees capacity against the plan limit; resuming consumes capacity.
The prompt text itself cannot be changed: a different question is a different measurement (add a new prompt and pause the old one instead).
Moving a prompt between groups or categories keeps its history intact.
Setting businessPriority overrides the computed priority; passing null hands it back to PromptEye's computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Whether the prompt is asked on the next run ('active' or 'paused'). | |
| groupId | No | Group id to move the prompt into, or null to leave it ungrouped. | |
| promptId | Yes | Id of the prompt to update, as list_prompts reports it. | |
| categoryId | No | Category id to file the prompt under, as listed by list_categories. Null clears all categories. | |
| subcategoryId | No | Subcategory id of categoryId, which must be sent together with categoryId. | |
| businessPriority | No | Sets priority manually ('very_high', 'high', 'medium', 'low', 'very_low'), or null to reset to computed. | |
| businessPriorityReason | No | Reason why that priority was set manually. |