Skip to main content
Glama

Server Details

AI-powered domain & business name generation with real-time availability checks.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsB

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: checking domain availability, retrieving credit balance, and searching for name suggestions. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, making them predictable and readable.

Tool Count5/5

With three tools, the set is appropriately scoped for a domain search service, covering the essential operations without unnecessary bloat.

Completeness5/5

The tool surface covers the core domain search workflow: searching suggestions, checking availability, and managing credits. No obvious gaps are present for the stated purpose.

Available Tools

3 tools
check_domain_availabilityAInspect

Check domain availability. Requires a Starter or Pro credit pack. No credit cost for pack holders. Max 20 domains.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYesDomains to check
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 discloses important behavioral traits: credit requirements and domain limits. This goes beyond the basic function and is helpful for an agent.

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 extremely concise with three sentences, each earning its place: function, prerequisite, and limit. No redundant or vague wording.

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 simplicity (1 parameter, no output schema, no nested objects), the description covers the essential aspects: what, requirements, and constraints. However, it omits the output format, which could aid the agent, but otherwise is nearly complete.

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 has 100% coverage with a description for 'domains'. The description adds the constraint 'Max 20 domains' which is not in the schema, providing additional meaning beyond what the schema offers.

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 'Check domain availability' which is a specific verb+resource. It doesn't explicitly differentiate from sibling tools like 'search_names', but the purpose is unambiguous.

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?

The description provides explicit context: requires a Starter or Pro credit pack, no cost for pack holders, and a max of 20 domains. This guides the agent on when and how to use the tool, though it doesn't explicitly state alternatives.

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

get_credits_balanceBInspect

Get current credit balance. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations provided, the description bears full responsibility for disclosing behavioral traits. It only states 'Free' (likely referring to no cost), but fails to mention idempotency, authentication requirements, or any side effects. For a read-only balance check, this is minimal transparency.

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, which is appropriate for a parameterless tool. However, it is slightly too minimal; adding a sentence about the scope or return format would improve without being verbose.

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?

Given the low complexity (no parameters, no output schema), the description is adequate but not complete. It does not specify what entity owns the balance, what currency is used, or if the balance is real-time. A more complete description would address these points.

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 tool has no parameters, so schema coverage is trivially 100%. Per the rule, 0 parameters gives a baseline of 4. The description adds no param information but doesn't need to. It mentions 'current credit balance' which is sufficient context.

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 retrieves the current credit balance, using the verb 'Get' and specifying the resource 'credit balance'. It is distinct from sibling tools like check_domain_availability, so purpose is unambiguous. However, it could be more explicit about scope (e.g., for the authenticated user), hence not a 5.

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. While siblings are in different domains, the description lacks explicit context, prerequisites, or exclusions. This omission reduces utility for an AI agent deciding between tools.

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

search_namesBInspect

Search for domain and business name suggestions. Costs 1 credit.

ParametersJSON Schema
NameRequiredDescriptionDefault
tldsNoPreferred TLDs
countNoNumber of suggestions (1-20, default 10)
queryYesSearch query describing the desired name
styleNo
languageNo
maxLengthNoMax character length
excludeWordsNo
Behavior2/5

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

No annotations provided, so description must carry burden. It discloses credit cost but omits any side effects, rate limits, or response characteristics. Minimal disclosure.

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?

Two sentences, no wasted words. Front-loaded with purpose, then cost.

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?

Despite 7 parameters and no output schema, the description provides no details on return format, pagination, or error behavior. Insufficient for full context.

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?

Description does not explain any parameters beyond what the schema already provides. With 57% schema coverage, additional semantic value is missing.

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 'Search for domain and business name suggestions.', which is a specific verb+resource. It distinguishes from siblings like check_domain_availability and get_credits_balance.

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 only guideline is 'Costs 1 credit.', which implies a cost constraint but doesn't specify when to use this tool vs alternatives or conditions for use.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources