Skip to main content
Glama

ai-visibility-scanner

Server Details

Scan websites for AI visibility and marketing health with interactive dashboard.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
edelgad3/ai-visibility-scanner
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 2.7/5 across 5 of 5 tools scored. Lowest: 1.9/5.

Server CoherenceA
Disambiguation4/5

Most tools have clear distinct purposes: scanning, comparing, getting breakdowns, and submitting leads. However, refresh_scan and scan_website are similar in action, potentially causing confusion about when to use each, though descriptions provide some clarity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_scan, get_score_breakdown, refresh_scan, scan_website, submit_lead). This makes the naming predictable and easy to understand.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose. Each tool serves a distinct function in the workflow, and the count is neither too sparse nor overwhelming.

Completeness4/5

The core scanning workflow is covered: scan, compare, refresh, and get details. A minor gap is the lack of a tool to list or retrieve a specific scan history, but this is not a critical omission for the apparent purpose.

Available Tools

5 tools
compare_scanCInspect

Scan a competitor and return side-by-side comparison

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
max_pagesNo
competitor_urlYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. 'Scan a competitor' suggests some form of web scanning, but there is no disclosure of side effects, permissions, rate limits, or whether the operation is read-only. The impact on the system is unclear.

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

Conciseness4/5

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

The description is a single concise sentence that front-loads the primary action. It is efficient, though it sacrifices substance for brevity. It earns its place as a purpose statement, but lacks additional helpful structure.

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

Completeness2/5

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

With three parameters (two required), no output schema, and no annotations, the description is insufficient. It does not clarify the meaning of 'url' vs 'competitor_url', what max_pages controls, or the format of the comparison result. A more complete description would explain these aspects.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no parameter details. It mentions 'competitor' which relates to competitor_url, but omits the roles of 'url' and 'max_pages'. The description does not compensate for the lack of schema descriptions.

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

Purpose4/5

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

The description clearly states the tool scans a competitor and returns a side-by-side comparison, distinguishing it from sibling tools like scan_website which likely scans a single site. The verb and resource are specific, though it could be clearer about what is being compared.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, use cases, or alternatives such as scan_website or get_score_breakdown. The description implies a comparison scenario but fails to provide context.

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

get_score_breakdownCInspect

Get detailed line-item breakdown for a score dimension

ParametersJSON Schema
NameRequiredDescriptionDefault
checksYes
dimensionYes
Behavior2/5

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

No annotations exist, so the description must fully disclose behavior. It says 'get detailed line-item breakdown,' which implies a read operation, but it does not confirm side effects, authorization requirements, or what a 'line-item' actually consists of. The term 'detailed' is vague and does not explain the return structure or any potential errors.

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

Conciseness4/5

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

The description is a single short sentence with no filler, front-loading the core purpose. It is appropriately sized, but given the lack of other context, it could earn its place better by including a bit more detail without becoming verbose.

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

Completeness2/5

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

With no output schema, the description must explain what the tool returns, but it does not. The 'checks' parameter is undefined, and the description does not clarify how the dimension enum affects the breakdown. This is insufficient for an agent to invoke the tool correctly without additional implicit knowledge.

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

Parameters2/5

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

The input schema has 2 parameters with 0% description coverage. The description mentions 'score dimension,' which maps to the 'dimension' parameter, but it does not explain the 'checks' parameter at all. Given the low schema coverage, the description must compensate for both parameters, and it fails to do so fully.

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 uses a specific verb 'get' and identifies a clear resource: a detailed line-item breakdown for a score dimension. This distinguishes it from sibling tools like compare_scan, refresh_scan, scan_website, and submit_lead, none of which perform a similar breakdown function.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool or how it relates to alternatives. There are no mentions of exclusions, prerequisites, or scenarios where this tool should be preferred over its siblings.

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

refresh_scanDInspect

Re-scan with updated parameters

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
max_pagesNo
Behavior1/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only says 'Re-scan with updated parameters' without mentioning side effects, permissions, or what happens to previous results, providing no behavioral context beyond the action itself.

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

Conciseness3/5

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

The description is a single sentence without fluff, which is structurally concise. However, its brevity borders on under-specification, offering minimal information relative to what an agent needs to invoke the tool correctly.

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

Completeness1/5

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

Given the lack of annotations, no output schema, and minimal parameter descriptions, the description is insufficient for an agent to correctly use the tool. It does not explain the scan process, return values, or edge cases, leaving critical gaps.

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

Parameters1/5

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

The schema has 0% description coverage, and the description does not explain the url or max_pages parameters. 'Updated parameters' is generic and does not clarify which parameters are involved or their semantic meaning.

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

Purpose3/5

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

The description states 'Re-scan with updated parameters,' which identifies the verb (re-scan) and indicates a repeat scan with new settings. However, it does not specify what is being scanned or how it differs from the sibling tool scan_website, making its purpose somewhat vague.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention scan_website, use cases, exclusions, or prerequisites, leaving the agent to infer usage from the tool name alone.

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

scan_websiteA
Read-only
Inspect

Scan any website for AI visibility and marketing health. Returns scores for GEO (Generative Engine Optimization), Multimodal readiness, Agent-Ready infrastructure, and 6-dimension Marketing Health. Identifies critical findings with prioritized fix recommendations and revenue impact estimates.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe website URL to scan (e.g. https://example.com)
industryNoIndustry vertical for contextgeneral
max_pagesNoMaximum subpages to scan (default: 5)
Behavior3/5

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

Annotations already declare read-only and non-destructive behavior, so the description doesn't need to repeat safety info. It adds context about the output components (scores, findings, recommendations) but does not disclose the max_pages crawling limitation or any other behavioral traits beyond the 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 three concise sentences, each with a clear purpose: the action, the return values, and the additional findings. It is front-loaded with the core intent and contains no unnecessary words.

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

Completeness3/5

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

The description provides a solid overview of what the scan returns but omits the max_pages limitation (default 5), which means 'any website' is not fully scanned. Since there is no output schema, this gap could lead to incorrect expectations about scan scope.

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 descriptions cover 100% of the parameters, so the baseline is 3. The description does not add additional meaning beyond the schema, as it focuses on the overall purpose rather than parameter-specific details like industry or max_pages.

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 scans websites for AI visibility and marketing health, listing specific output dimensions (GEO, Multimodal, Agent-Ready, Marketing Health) that distinguish it from sibling tools like compare_scan and refresh_scan.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when you need a website's AI visibility and marketing health scores), but it does not explicitly mention alternatives or exclusions. It lacks guidance on choosing between this and sibling tools such as compare_scan or refresh_scan.

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

submit_leadCInspect

Submit a lead for service booking

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
tierYes
emailYes
companyNo
scan_urlYes
findings_countNo
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It only states 'submit,' implying a write/mutation, but omits side effects, idempotency, return values, or required permissions.

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

Conciseness3/5

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

The description is a single concise sentence, but it is under-specified for a tool with 6 parameters. It is front-loaded but not appropriately sized.

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

Completeness1/5

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

Given the lack of annotations, no output schema, and a complex parameter set, the description is critically incomplete. It fails to convey what happens after submission, result format, or how to interpret required fields.

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

Parameters1/5

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

The input schema has 6 parameters, but the description adds zero explanation for any of them. It does not clarify the meaning of 'tier,' 'scan_url,' or 'findings_count,' despite schema coverage being 0%.

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 uses a specific verb ('Submit') and names the resource ('lead for service booking'), providing clear scope. It is distinct from sibling tools like scan_website or compare_scan, which are read/analyze operations.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It does not mention sibling tools, list exclusions, or explain prerequisites.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.