Skip to main content
Glama

get_engine_visibility

Get the per-engine picture for a cataloged domain: whether each AI engine's crawler is allowed by robots.txt to read the site at all, and how many of the tracked questions that engine cited it on. Claimed domains only. Nothing is assumed: an engine with no crawl measurement reports can_read:null ("not measured", never an assumed allow), and an engine with no citation checks reports cited/tracked null ("untested", never a miss and never zero). Access and citations only: this says nothing about traffic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesCompany domain, e.g. acme.com

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses important null-handling semantics (null means 'not measured'/'untested', never assumed allow or zero) and the constraint that only claimed domains are supported. It could add error cases or permissions, but it provides substantial behavioral detail beyond a generic API description.

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 relatively long but every sentence adds useful information: purpose, domain requirement, null semantics, and scope limitation. It is well-structured and front-loads the core purpose before explaining edge cases. Slightly more verbose than necessary but not wasteful.

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

Completeness4/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 compensates by explaining key return semantics (can_read, cited/tracked null behavior) and explicitly stating what the tool does not measure (traffic). For a single-parameter tool, this provides sufficient context for an agent to invoke it correctly and interpret results, though a formal response structure would improve completeness.

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?

The input schema already describes 'domain' with 100% coverage. The description adds meaningful context by introducing 'cataloged domain' and 'Claimed domains only', clarifying that the domain parameter must be an already-claimed/cataloged domain, not just any company domain. This goes beyond the schema's basic example.

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 retrieves per-engine access and citation data for a cataloged domain. It uses a specific verb ('get') with a precise resource ('per-engine picture') and differentiates from siblings by emphasizing it covers both robots.txt access and citation counts for each engine, not just citations or domains.

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

Usage Guidelines4/5

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

It communicates when to use the tool ('Claimed domains only') and clarifies what it does and does not cover ('Access and citations only; nothing about traffic'). However, it does not explicitly name alternative tools for citation-only or traffic-related queries, though the context implicitly separates it from siblings like get_citations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: checking AEO records, reading SERP data, generating records, retrieving facts, citations, competitor snapshots, engine visibility, keyword gaps, etc. Even similar-sounding tools like get_citations and get_cited_domains are clearly delineated by their descriptions. No two tools appear to overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun convention using snake_case: check_*, get_*, generate_*, propose_*, run_*, search_*. There is no mixing of casing or verb styles, and each name instantly communicates the action and subject.

Tool Count5/5

With 14 tools, the server is well-scoped for the domain of AI citation optimization. Each tool contributes a unique capability, and the count is neither sparse nor bloated. The number fits comfortably within the ideal 3-15 range for a focused server.

Completeness4/5

The tool surface covers the core lifecycle: checking existing records, generating new records, auditing and fixing sites, retrieving data, analyzing gaps, and proposing briefs. Minor gaps exist such as no direct tool for claiming a domain or managing tracked keywords/competitors, but those may be external to the MCP server. Overall, the set supports the intended workflows well.

Resources