lbm_create_project
Create a new brand monitoring project to track brand mentions across LLMs. Specify project name, brand, domain, language, location, models, and prompts, then initiate scans.
Instructions
WHEN TO USE: To create a new brand monitoring project. RETURNS: Created project object with generated id. NEXT STEP: Call lbm_run_scan to start monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Brand domain (required, e.g. "example.com") | |
| models | Yes | LLM model IDs to monitor (required). Call lbm_list_models to get available IDs. | |
| prompts | Yes | Array of monitoring prompts (required) | |
| language | Yes | 2-letter ISO language code (required, e.g. "en", "uk") | |
| location | Yes | Country name, 2-letter ISO code, or "auto" (required) | |
| brand_name | Yes | Brand name to monitor (required) | |
| project_name | Yes | Project name (required) | |
| auto_monitoring | No | Optional auto monitoring config |