lbm_list_projects
List all brand monitoring projects to discover available projects and retrieve their IDs for subsequent scans or analysis.
Instructions
WHEN TO USE: To get a list of all brand monitoring projects for the current user. Use as the FIRST step to discover available projects before working with scans or results. RETURNS: Compact CSV with id, brand_name, status, visibility_pct, models_count, prompts_count (default). Set include_all_fields=true for full JSON. NEXT STEP: Use lbm_get_project with a specific project id for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 20, max: 100) | |
| offset | No | Items to skip (default: 0) | |
| status | No | Optional: filter by status (active, inactive, pending) | |
| include_all_fields | No | Set true for full JSON response. Default: false (compact CSV — recommended). |