check_llm_mention
Query multiple LLMs to determine if a brand is mentioned in their answers, with per-model citation output.
Instructions
Check whether brand surfaces in LLM answers to query.
Fans out the same query to multiple LLMs (Perplexity sonar, OpenAI gpt-4o-mini, Gemini 2.0 Flash by default) and reports per-model mention + citations. Cost-capped via MAX_COST_PER_CALL env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | brand or product name to look for in answers | |
| query | Yes | the user-style question to ask each model | |
| aliases | No | optional alternate names that should also count as a mention | |
| models | No | optional override, e.g. ["perplexity:sonar", "openrouter:anthropic/claude-3.5-sonnet"] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||