check_name
Check whether a boomurl site name is available (and get nearby suggestions). No key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Desired site name (lowercase letters, digits, hyphens). |
Check whether a boomurl site name is available (and get nearby suggestions). No key needed.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Desired site name (lowercase letters, digits, hyphens). |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It states the tool is a check (likely read-only) and requires no key, but fails to disclose any potential side effects, rate limits, error handling, or what happens when the name is taken. This is minimal behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that conveys the core purpose and a key usage hint. Every word earns its place with no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter check tool with no output schema, the description covers the essential: what it does and a key access requirement (no key). Minor omissions (e.g., format of suggestions) are acceptable given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with a clear description for the 'name' parameter. The tool description reinforces that the parameter is the site name to check, but adds no further semantic detail beyond the schema. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks name availability and returns suggestions. The verb 'check' and resource 'boomurl site name' are specific. While it doesn't explicitly differentiate from siblings, the purpose is distinct enough given the sibling list contains action-oriented tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for checking name availability when creating a site. It mentions 'No key needed', which is a usage hint. However, it does not provide explicit when-to-use or when-not-to-use guidance, nor does it reference alternatives from the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
All 14 tools have clearly distinct purposes with no overlap. Related tools like buy_credits, get_balance, and list_topup_packs handle different aspects of credit management without ambiguity.
Tool names follow a consistent verb_noun pattern with snake_case (e.g., attach_domain, delete_site, list_sites). No mixing of conventions.
14 tools cover the core functionality of a static site hosting service: domain management, site publishing/deletion, credit system, key acquisition, and name checking. The scope is well-balanced.
The tool set covers the main lifecycle (create, read, update, delete) for sites and domains. Minor gaps include no direct tool to rename a site or manage keys beyond creation.