Manage a Prompt
manage_promptCreate, update, or delete a tracked prompt (search query).
Use action='create' to add a new prompt to track. Requires brand_id and text. Use action='update' to modify an existing prompt. Requires prompt_id. Use action='delete' to remove a prompt. Requires prompt_id.
Args: action: One of 'create', 'update', 'delete'. brand_id: Required for create. The brand this prompt belongs to. prompt_id: Required for update/delete. The prompt to modify. text: The search query text. Required for create, optional for update. active: Whether the prompt is actively tracked. intent: Query intent classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| action | Yes | ||
| active | No | ||
| intent | No | ||
| brand_id | No | ||
| prompt_id | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |