Skip to main content
Glama

combell_accounts_get

Read-onlyIdempotent

Retrieve a Combell account by ID to view its service pack and addon details.

Instructions

Get a Combell account by id, including its servicepack and addons.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesThe account id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, which covers safety. The description adds useful behavioral context by detailing what the response includes (servicepack and addons), which is especially valuable given there is no output schema.

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, focused sentence with no filler. It front-loads the primary action and resource, then adds the key detail about included servicepack and addons.

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 retrieval by ID, the description is largely complete: it names the input, the resource, and notable response contents. It does not describe not-found behavior or exact response formatting, but with no output schema and low complexity, this is a minor gap.

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?

The input schema provides 100% coverage, including a description of account_id as 'The account id'. The tool description only repeats the same concept ('by id') and does not add extra meaning such as format, source, or validation requirements.

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 uses a specific verb ('Get') and resource ('Combell account'), and clearly scopes the operation to retrieval by ID. It also states the returned content includes servicepack and addons, which distinguishes it from combell_accounts_list.

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 clearly indicates this tool is for fetching a single account when its ID is known. It does not explicitly name alternatives or exclusions, but the 'by id' phrasing provides clear context relative to the sibling list and create tools.

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