Skip to main content
Glama

NameIntel

check_geo

Evaluate a brand name for AI findability (GEO score). Assesses entity collision, semantic distinctiveness, corpus saturation, and phonetic clarity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe brand name to evaluate

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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 burden. It clearly states the tool evaluates multiple dimensions (entity collision, semantic distinctiveness, etc.), indicating a read-only analysis. However, it does not mention any potential side effects, authorization needs, or rate limits.

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 a single, focused sentence that immediately conveys the tool's purpose and scope, with no extraneous information. It is front-loaded and efficient.

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?

Given the single parameter and absence of output schema or annotations, the description provides adequate context about what the tool evaluates. However, it lacks information about the output format, such as whether it returns a numerical score or qualitative categories.

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

Parameters5/5

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

The schema has 100% coverage with a basic description of 'name'. The tool description adds significant meaning by explaining that the evaluation includes entity collision, semantic distinctiveness, corpus saturation, and phonetic clarity, which goes beyond the schema's parameter description.

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 explicitly states 'Evaluate a brand name for AI findability (GEO score)' and lists the specific aspects assessed (entity collision, semantic distinctiveness, corpus saturation, phonetic clarity), clearly differentiating from sibling tools like check_domain or score_name.

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 use when needing a GEO score for a brand name, but it does not provide explicit guidance on when to use this tool versus siblings (e.g., check_domain, check_social) or when not to use it.

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

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct aspect of brand name evaluation: domain availability, GEO score, social handles, trademark conflicts, and overall scoring. There is no overlap in purpose.

Naming Consistency4/5

Four of five tools follow a consistent 'check_' prefix pattern, but 'score_name' breaks this convention with a different verb. The pattern is otherwise clear.

Tool Count5/5

With 5 tools, the set is well-scoped for a brand name evaluation service. It covers individual checks and a composite scoring function without redundancy.

Completeness4/5

The tools cover key evaluation dimensions (domain, trademark, social, AI findability, and composite score). Minor gaps might include language-specific checks or URL verification, but core workflows are supported.