Skip to main content
Glama

combell_accounts_list

Read-onlyIdempotent

Find Combell hosting accounts by filtering on asset type or identifier (e.g., domain name) to retrieve matching service packages.

Instructions

List Combell accounts (instances of a servicepack such as a hosting package). Filter by asset type or by identifier (usually the domain name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of items to skip (default 0)
takeNoNumber of items to return (the API may return fewer)
asset_typeNoOnly accounts containing this asset type
identifierNoOnly accounts matching this identifier (e.g. a domain name)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds that the tool lists accounts and supports filtering, which is behavioral, but it does not explain pagination behavior, return shape, or any edge considerations. This is a useful but minimal addition over 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?

The description is a single sentence that front-loads the action and resource, then defines the key term and names the filter options. Every phrase earns its place with no redundancy or filler.

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 annotations cover safety and the schema fully documents parameters, the description provides enough domain context to invoke the tool: it defines what an account is and how to filter. It does not contrast itself with sibling list tools or describe the response format, but for a read-only list operation these are minor gaps.

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 all four parameters are already documented. The description mentions filtering by asset type and identifier, mirroring the schema; the 'usually the domain name' hint adds little beyond the schema's own 'e.g. a domain name' example. This is baseline value with no substantial extra parameter semantics.

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 states a specific verb and resource: 'List Combell accounts'. The parenthetical defining accounts as 'instances of a servicepack' and the mention of filters by asset type or identifier distinguish it from related tools like accounts_get or domain_list, making its purpose unambiguous.

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 when to use the tool: for listing accounts with optional filters. However, it does not explicitly mention alternatives or when-not-to-use cases, such as using combell_accounts_get for a single account or servicepacks_list for servicepacks themselves. Usage is clear but not explicitly contrasted with siblings.

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