lbm_list_competitors
Lists competitor brands mentioned by LLMs in response to project prompts, showing the competitive landscape as seen by AI models.
Instructions
WHEN TO USE: To see which competitor brands were mentioned by LLMs in responses to this project's prompts. Shows competitive landscape as seen by AI models. REQUIRES: project_id from lbm_list_projects. RETURNS: Compact CSV with competitor name, mention count, frequency % (default limit: 20). Set include_all_fields=true for full JSON. Pass higher limit only if user explicitly asks for more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional: filter by comma-separated prompt tags | |
| limit | No | Max competitors to return (default: 20, max: 100) | |
| offset | No | Items to skip (default: 0) | |
| project_id | Yes | Project ID | |
| include_all_fields | No | Set true for full JSON response. Default: false (compact CSV — recommended). |