lbm_add_prompts
Add monitoring prompts (questions for LLMs) to a brand monitoring project. Supports up to 50 prompts per request with optional tags, returning IDs for later scanning.
Instructions
WHEN TO USE: To add one or more monitoring prompts to a project. Prompts are the questions asked to LLMs (e.g. "What are the best tools for X?"). Max 50 per request, 100 per project total. REQUIRES: project_id from lbm_list_projects. RETURNS: Array of created prompts with prompt_id. NEXT STEP: Call lbm_run_scan to run a scan with the new prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompts | Yes | Array of prompts to add (max 50) | |
| project_id | Yes | Project ID |