update_prompt
Edit a prompt's text, topic, or target page URL to adjust future AI runs while keeping all past results attached to the prompt.
Instructions
Edit a single prompt: its text, topic, or target page URL. Editing the text keeps all past results linked to the prompt — only future runs use the new wording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | LLM engine label (one of: ChatGPT, Claude, Perplexity, Google AIO) | |
| text | No | New prompt text. Past results stay linked to this prompt; future runs use the new text. | |
| topicId | No | Move the prompt to another topic UUID (must belong to the same brand), or null to ungroup | |
| promptId | Yes | The prompt UUID (from get_results promptId) | |
| recommendationPageUrl | No | Target page URL this prompt should drive traffic to, or null to clear |