lbm_list_links
Lists URLs and domains cited by LLMs in their responses, showing mention frequency per domain. Filter by tag, domain, or minimum mentions. Requires a project ID.
Instructions
WHEN TO USE: To see which URLs and domains LLMs cited in their responses — useful for understanding what sources AI models trust for this topic. REQUIRES: project_id from lbm_list_projects. RETURNS: Compact CSV with domain, mentions, unique_urls (default limit: 20). Set include_all_fields=true for full JSON with individual URLs. 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 links to return (default: 20, max: 100) | |
| domain | No | Optional: filter by exact domain | |
| offset | No | Items to skip (default: 0) | |
| project_id | Yes | Project ID | |
| min_frequency | No | Optional: minimum result mentions | |
| include_all_fields | No | Set true for full JSON response. Default: false (compact CSV — recommended). |