Skip to main content
Glama
competlab

competlab-mcp-server

get_ai_visibility_check_detail

Retrieve detailed historical AI visibility data including competitor rankings and brand mention rates across ChatGPT, Claude, and Gemini for a specific past check.

Instructions

Get full detail for a specific AI Visibility check including per-competitor rankings, mention rates, AI Visibility Scores, and per-provider results (OpenAI, Claude, Gemini). Returns the same data structure as get_ai_visibility_dashboard but for a past point in time. Uses checkId (not runId) — get checkId values from get_ai_visibility_history. Read-only. Returns JSON object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID (from list_projects)
checkIdYesCheck ID (from get_ai_visibility_history)
Behavior4/5

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

States 'Read-only' (critical safety disclosure without annotations), clarifies temporal behavior ('past point in time'), and discloses return format ('JSON object'). Minor gap on error handling or rate limits, but covers key behavioral traits given no annotations provided.

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?

Five sentences each earning place: purpose, sibling comparison/scope, parameter guidance, safety declaration, and return format. No redundancy, well front-loaded with action and resource.

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?

For a 2-parameter retrieval tool without output schema, description adequately covers return data structure, sibling relationships, parameter sourcing, and safety. No gaps given tool complexity.

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 has 100% coverage (baseline 3). Description adds critical semantic context distinguishing checkId from runId and explicitly mapping parameter provenance to get_ai_visibility_history, which aids tool chaining.

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?

Excellent specificity with 'Get full detail for a specific AI Visibility check' followed by concrete data elements (per-competitor rankings, mention rates, AI Visibility Scores). Explicitly distinguishes from sibling get_ai_visibility_dashboard by clarifying this retrieves 'past point in time' data vs. current dashboard data.

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?

Provides explicit parameter provenance guidance ('get checkId values from get_ai_visibility_history'), distinguishes checkId from runId, and explicitly references sibling tool get_ai_visibility_dashboard to clarify when to use each (historical detail vs current dashboard).

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/competlab/competlab-mcp-server'

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