Skip to main content
Glama

combell_accounts_create

Create a new hosting account by selecting a servicepack, placing an order on your Combell reseller contract, and returning a provisioning job ID to track background setup.

Instructions

Create a new account for a servicepack. SIDE EFFECT: this orders a product on your Combell reseller contract and may incur costs. Provisioning runs in the background: the result contains a provisioning job id to poll with combell_provisioning_jobs_get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesIdentifier for the account; a domain name for hosting accounts
ftp_passwordNoFTP password when the servicepack contains hosting: 8-20 characters, letters and digits, at least one digit and one letter, no spaces, none of * € $ & + } { ' " \
servicepack_idYesServicepack id (see combell_servicepacks_list)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing a meaningful side effect: ordering a product and potentially incurring costs. It also explains that provisioning is asynchronous and that the result contains a provisioning job id. These behavioral details are crucial and not available elsewhere.

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 three short sentences with no filler. It front-loads the core purpose, then delivers the most important caveats: side-effect cost and background provisioning. Every sentence earns its place.

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 create operation with a complete input schematons, the description covers the essential operational context: the side effect, async provisioning, and how to track progress. The return format is adequately implied by mentioning the provisioning job id, and there is no output schema to explain.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-level meaning beyond what the schema provides, but it does not need to because each parameter already has a clear 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 states a specific verb and resource: 'Create a new account for a servicepack.' It clearly distinguishes this from sibling tools like combell_accounts_list and combell_accounts_get by describing the creation action, so an agent can tell it apart without opening the schema.

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 gives clear context about when to use the tool, notably warning that it orders a product and may incur costs animation. It also directs the agent to poll combell_provisioning_jobs_get afterward. It does not explicitly name exclusion or alternative conditions, but no sibling tool provides the same create-account behavior.

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

Deploy Server

Other Tools