Skip to main content
Glama
SerpstatGlobal

LLM Brand Monitor MCP Server

Official

lbm_list_results

Read-onlyIdempotent

Retrieve monitoring results for a brand project, showing LLM responses and brand mentions. Filter by status or tags, and get compact CSV or full JSON.

Instructions

WHEN TO USE: To get monitoring results for a project — how LLMs responded to brand monitoring prompts. REQUIRES: project_id from lbm_list_projects. RETURNS: Compact CSV with result_id, prompt, model, brand_mentioned, status (default limit: 20). Set include_all_fields=true for full JSON. NEXT STEP: Use lbm_get_transcript with a result_id to read the full LLM response text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional: filter by comma-separated prompt tags (OR logic)
limitNoItems per page (default: 20, max: 100)
offsetNoItems to skip (default: 0)
statusNoOptional: filter by status (success, failure, pending, queued)
scan_idNoOptional: filter by specific scan
project_idYesProject ID
include_all_fieldsNoSet true for full JSON response. Default: false (compact CSV — recommended).
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description discloses return format (Compact CSV with specific fields), default limit (20), and the option for full JSON via include_all_fields. 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 compact, uses clear uppercase labels (WHEN TO USE, REQUIRES, RETURNS, NEXT STEP), and is front-loaded with essential info. Every sentence adds value without waste.

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?

Given 7 parameters (fully described in schema) and no output schema, the description covers all critical aspects: when to use, prerequisites, return format, default behavior, and next step. It adequately supports the agent in invoking the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds context beyond parameter descriptions, such as the overall return format and the recommendation for compact CSV. It reinforces the meaning of include_all_fields and the default limit, though some parameter details are redundant with schema.

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 'To get monitoring results for a project — how LLMs responded to brand monitoring prompts.' This uses a specific verb ('get') and resource, distinguishing it from siblings like lbm_list_projects (lists projects) and lbm_get_transcript (gets full transcript).

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?

Explicitly starts with 'WHEN TO USE' and provides prerequisite ('project_id from lbm_list_projects'), plus a 'NEXT STEP' to use lbm_get_transcript for full text, guiding the agent on when and after to use this 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