Skip to main content
Glama
SerpstatGlobal

LLM Brand Monitor MCP Server

Official

lbm_run_scan

Destructive

Start a monitoring scan for a project, sending prompts to configured LLMs and collecting responses. Returns a pending scan object. Requires project ID.

Instructions

WHEN TO USE: To start a new monitoring scan for a project — sends prompts to all configured LLMs and collects responses. REQUIRES: project_id from lbm_list_projects. Project must have at least one prompt (use lbm_add_prompts if needed). RETURNS: Created scan object with scan_id and status="pending". NEXT STEP: Poll lbm_get_scan_status with scan_id until status="completed". CAUTION: This SPENDS user credits. Always confirm with the user before running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsNoOptional: override which LLM models to use for this scan. Defaults to project models.
project_idYesProject ID to scan
prompt_idsNoOptional: specific prompt IDs to scan. Default: all project prompts.
use_web_searchNoOptional: enable web search for this scan
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate destructiveHint=true and readOnlyHint=false. The description adds crucial behavioral context: 'SPENDS user credits' and 'Always confirm with the user before running.' It also mentions the return state 'status="pending"'. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with section headers (WHEN TO USE, REQUIRES, RETURNS, NEXT STEP, CAUTION). Every sentence adds value; no verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the full workflow: how to start, what is returned, what to do next, and caution about credits. Given no output schema, it provides enough context for agent usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds minimal extra meaning beyond the schema: it restates that project_id is required and mentions defaults briefly, but these are already in the schema. No significant new parameter insights.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action: 'To start a new monitoring scan for a project — sends prompts to all configured LLMs and collects responses.' It distinguishes from siblings like lbm_get_scan_status and lbm_list_scans.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides 'WHEN TO USE', 'REQUIRES' (project_id from lbm_list_projects, project with at least one prompt), 'NEXT STEP' (poll lbm_get_scan_status), and 'CAUTION' (spends credits, confirm with user). This gives clear guidance on when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SerpstatGlobal/llm-brand-monitor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server