Skip to main content
Glama

combell_linux_hostings_list

Read-onlyIdempotent

List all Linux hosting accounts on your Combell account, displaying domain names. Use skip and take parameters to control the result set.

Instructions

List the Linux hosting accounts (by domain name) on your Combell account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of items to skip (default 0)
takeNoNumber of items to return (the API may return fewer)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that results are keyed by domain name, which is useful, but it does not disclose pagination behavior or that the API may return fewer items than requested (though the schema hints at this).

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?

A single, front-loaded sentence that states the action, resource, and result format with zero waste. It earns its place and is appropriately sized for a simple list operation.

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 simple read-only list tool with full schema coverage and annotations covering safety, the description is nearly complete. It could mention that results are paginated via skip/take or that the API may return fewer items, but the schema already covers those details, so nothing critical is missing.

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 both parameters (skip, take) are already documented in the schema. The description adds no additional parameter meaning beyond what the schema provides, so the baseline of 3 applies.

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 states a specific verb ('List') and resource ('Linux hosting accounts') scoped to the Combell account, and clarifies the result is by domain name. It is clear enough to distinguish from siblings like combell_windows_hostings_list, though it doesn't explicitly name that sibling.

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 description implies this is the read-only listing tool for Linux hosting accounts, and the sibling list shows combell_linux_hostings_get for retrieving a single account. However, it does not explicitly state when to use this vs alternatives or mention pagination usage context beyond the schema.

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