Manage Prompts in Bulk
bulk_manage_promptsManage prompts in bulk — create, delete, activate, or deactivate many at once.
Use action='bulk_create' to add multiple prompts. Provide a JSON array in the 'prompts' param with objects like {text, active?, focus_area?, intent?, audience?}. Use action='bulk_delete' to remove multiple prompts by ID. Use action='activate' or 'deactivate' to toggle tracking for multiple prompts.
Args: action: One of 'bulk_create', 'bulk_delete', 'activate', 'deactivate'. brand_id: The brand these prompts belong to (required). prompts: JSON array string or array of prompt objects for bulk_create. prompt_ids: Comma-separated prompt IDs or array of IDs for bulk_delete/activate/deactivate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| prompts | No | ||
| brand_id | Yes | ||
| prompt_ids | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |