Skip to main content
Glama

CanYouGrab.it

Server Details

Confidence-scored domain availability checking for AI agents via CanYouGrab.it

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 DescriptionsA

Average 4.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct function: availability checking, account usage, and domain WHOIS info. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (check_domains, check_usage, get_domain_info).

Tool Count4/5

Three tools is slightly low but appropriate for a focused domain lookup service. The scope is narrow enough that each tool earns its place.

Completeness2/5

Missing core functionality like domain registration or management. Only provides lookup and account usage, leaving significant gaps for a 'grab' service.

Available Tools

3 tools
check_domainsCheck Domain AvailabilityA
Read-onlyIdempotent
Inspect

Use this when the user wants to know whether one or more domains are available to register. Returns confidence, source, cache age, and ambiguous results when the lookup cannot be determined safely.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYes
Behavior4/5

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

Despite annotations declaring readOnly/openWorld/idempotent status, the description adds valuable behavioral context about the return data: 'confidence, source, cache age, and ambiguous results.' This discloses data quality characteristics (caching, uncertainty handling) and partial failure modes that annotations don't capture, which is crucial for an openWorld lookup tool.

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 with zero waste. The first front-loads the purpose and trigger condition; the second explains return characteristics. Every clause earns its place—no redundancies with the title or schema structure.

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 tool's simplicity (single array parameter) and rich annotations covering safety profiles, the description satisfactorily covers the behavioral gaps by explaining return value semantics (confidence levels, cache age) in lieu of an output schema. Only minor gap is lack of parameter format specifics.

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?

With 0% schema description coverage, the description minimally compensates by stating 'one or more domains,' which confirms the array cardinality. However, it lacks format specifications (e.g., whether to include TLDs, 'www' prefixes, or IDN support) that would fully compensate for the undocumented schema parameter.

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 checks 'whether one or more domains are available to register,' providing a specific verb ('check') and resource ('domains'). The phrase 'available to register' effectively distinguishes this from the sibling 'check_usage' tool, clarifying this is about registration availability rather than usage statistics or traffic.

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 opens with 'Use this when...' providing explicit guidance on the trigger condition (user wants availability information). While it doesn't explicitly name 'check_usage' as an alternative, the specific focus on 'available to register' provides clear contextual boundaries for when this tool is appropriate versus its sibling.

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

check_usageCheck API UsageA
Read-onlyIdempotent
Inspect

Use this when the user wants to see their CanYouGrab.it plan, usage, and remaining quota for the current billing period.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations establish safety (readOnly, non-destructive, idempotent); description adds valuable context about the data scope (current billing period) and content (plan, usage, quota) that annotations don't cover. No contradictions with 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?

Single sentence that front-loads the usage condition and packs specific resource details. No redundancy or waste—every clause earns its place.

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?

For a zero-parameter read-only tool, description adequately covers the semantic content of the return value (plan, usage, quota) despite missing output schema. Full completeness would benefit from output schema details, but description sufficiently enables invocation decisions.

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?

Input schema has 0 parameters, which per rubric establishes a baseline of 4. Description appropriately focuses on tool behavior rather than parameters.

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?

Description clearly defines the action (retrieve/see) and specific resources (plan, usage, remaining quota) with scope (current billing period). It implicitly distinguishes from sibling 'check_domains' by specifying these billing-related resources.

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?

Explicitly states the trigger condition ('when the user wants to see...'), providing clear guidance on when to invoke. Lacks explicit mention of when NOT to use or direct sibling comparison, but the condition is specific enough to differentiate from domain checking.

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

get_domain_infoDomain Information LookupA
Read-onlyIdempotent
Inspect

Use this when the user wants WHOIS or registration information about a specific domain — such as who owns it, when it was registered, when it expires, or what nameservers it uses.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the agent knows it's safe and non-mutating. The description adds that it returns WHOIS info but doesn't disclose additional behavioral traits like rate limits or authentication.

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?

Single sentence is efficient and front-loaded with 'Use this when...' No unnecessary words; every part adds value.

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 simple lookup tool with one parameter and no output schema, the description adequately explains what data is returned (owner, dates, nameservers) and when to use it. Annotations cover safety, making the definition complete.

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?

Schema description coverage is 0%, so the description must compensate. It only says 'a specific domain,' adding minimal meaning. It does not clarify format (e.g., 'example.com') or provide examples, which would be helpful.

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 it returns WHOIS/registration info (owner, registration dates, expiry, nameservers). It distinguishes from siblings by specifying 'use this when user wants WHOIS or registration information about a specific domain.'

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 explicitly says 'use this when the user wants WHOIS or registration information,' providing clear usage context. It does not mention alternatives or when not to use, but the sibling tools (check_domains, check_usage) likely handle different tasks.

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