Skip to main content
Glama

Check whether a proposed company name is available (IM only)

check_name_availability
Read-onlyIdempotent

Check if a proposed company name is available in the Isle of Man registry. Returns availability status, any warnings, and a list of similar existing names with details. Requires jurisdiction 'IM' and a company name. Free, no login needed.

Instructions

Probe the Isle of Man Companies Registry 'Check Name Availability' endpoint (companynameavailability.iom). Returns { query, available, warning, similar_names[] } where available is true only when upstream does not emit the 'Name entered already exists' warning AND the similar-names table is empty. Each similar_names row carries the exact name, company number, registry type, status, and (when upstream linked it) the opaque Id of the existing company. Pricing: free; no login required. Other jurisdictions return 501.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jurisdictionYes'IM' only.
company_nameYesThe proposed company name to test, e.g. 'Manx Padel Ltd'.
sort_byNoOptional upstream sort column for the similar-names table.
sort_directionNoOptional sort direction: 0 = ascending, 1 = descending. Defaults to 0 when sort_by is set.
freshNoBypass cache.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queried_atYesISO-8601 + Europe/London timezone stamp for when the registry was queried.
jurisdictionNo
queryNo
availableNo
reasonNo
similar_namesNo
jurisdiction_dataNoFull original response fields from the upstream registry, field names unchanged. Shape is jurisdiction-specific — see `list_jurisdictions({ jurisdiction: '<CODE>' })`.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the tool is safe and idempotent. The description adds valuable behavioral detail beyond annotations: it explains the return format (query, available, warning, similar_names[]), the precise logic for available=true (both conditions must be met), and the structure of similar_names rows. It also notes pricing (free) and no-auth requirement. Loses a point because it doesn't mention potential upstream response delays or rate limiting.

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 three sentences, front-loaded with core purpose. It could be slightly more concise (e.g., remove 'Pricing: free; no login required' as it's not critical), but overall efficient and well-structured.

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 complexity (5 params, output schema present), the description is complete enough. It explains the return format, availability logic, and jurisdiction restriction. The output schema exists, so return fields are fully documented there. Could improve by mentioning edge cases (e.g., empty company_name), but otherwise solid.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the overall return structure and availability logic, which helps understand parameters like company_name and sort_by in context. However, it doesn't directly add per-parameter meaning beyond the schema, so a 4 is appropriate.

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 the tool checks company name availability via the Isle of Man Companies Registry endpoint. It clearly specifies the verb 'Probe', resource 'Check Name Availability endpoint', and distinguishes from sibling tools like search_companies (which searches existing companies) and about (which provides server info).

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

Usage Guidelines5/5

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

The description specifies that the tool is for Isle of Man (IM) only, notes that other jurisdictions return 501 (explicit when-not-to-use), and mentions no login required (accessibility). It also clarifies the exact conditions for availability (no specific warning and empty similar-names table), guiding the agent when to use this free probe.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sophymarine/openregistry'

If you have feedback or need assistance with the MCP directory API, please join our Discord server