Skip to main content
Glama

cls_describe_machine_group_detail

Retrieve detailed configuration and machine status information for a specified machine group in Tencent Cloud Log Service (CLS).

Instructions

获取机器组详情和机器状态。查看机器组的配置信息和组内机器的在线状态。

参数说明

  • group_id: 机器组 ID(必填)

  • region: 地域(可选),如 ap-guangzhou、na-ashburn,不传则使用默认地域,可通过 cls_describe_regions 查询所有可用地域

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It describes what information is retrieved (configuration and online status) but lacks behavioral details such as whether this is a read-only operation, potential rate limits, authentication requirements, error conditions, or response format. The description doesn't contradict annotations (none exist), but provides minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with two clear sections: a purpose statement followed by parameter explanations. Every sentence adds value, though the structure could be slightly more front-loaded by integrating parameter hints into the main description. No wasted text.

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 tool has an output schema (which handles return values), 2 parameters with good semantic coverage in the description, and no annotations, the description is reasonably complete. It covers purpose, usage context, and parameter meanings adequately, though more behavioral transparency would improve completeness for a tool with no annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates well by explaining both parameters: 'group_id' is required and identifies the machine group, and 'region' is optional with examples (ap-guangzhou, na-ashburn), default behavior (uses default if not provided), and how to find available values (via cls_describe_regions). This adds significant meaning beyond the bare schema.

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 clearly states the specific action ('获取机器组详情和机器状态' - get machine group details and machine status) and resource ('机器组' - machine group). It distinguishes from sibling tools like 'cls_describe_machine_groups' (which likely lists groups) by focusing on details and status of a specific group.

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 provides clear context for when to use this tool: to view configuration information and online status of machines within a group. It mentions an alternative tool ('cls_describe_regions') for querying available regions, but doesn't explicitly state when NOT to use this tool or compare it to all relevant siblings like 'cls_describe_machine_groups'.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tinker-LGD2026/cls-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server