Skip to main content
Glama

list_collector_groups

Read-onlyIdempotent

List Aria Operations collector groups and member collector status to identify DOWN collectors causing stale or missing metrics in resource lists.

Instructions

[READ] List Aria Operations collector groups and their member collector status.

Collectors are remote agents that gather metrics from vSphere and other adapters. Check this when resources appear missing from Aria Operations or metrics are stale. Groups list member collector IDs; details (name, state UP/DOWN, local) are enriched via one extra collectors call. A DOWN collector means list_resources and the metric tools see stale or missing data for everything behind it.

Returns a paginated envelope: items, returned, limit, total (null when the API reports no size), truncated, hint. Check truncated before calling this the complete set.

Args: target: Aria target name from config; default when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
Behavior5/5

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

Even though annotations already declare readOnlyHint and openWorldHint, the description adds valuable behavioral context: the pagination envelope with fields like truncated, the need to check truncated before assuming completeness, and the impact of a DOWN collector on data freshness. It also notes that member details are enriched via an extra collectors call, giving transparency about additional underlying operations.

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 well-structured and concise. It leads with a one-line summary, provides context in short paragraphs, and concludes with a clear Args section. Every sentence contributes to understanding, with no filler. The use of a [READ] prefix is redundant but harmless.

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?

The description is highly complete for a list-type tool. It covers purpose, when to use, return envelope, parameter semantics, and behavioral implications. Given there is no output schema, it adequately explains output structure and pagination. It also connects to other tools in the ecosystem, making it self-sufficient.

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?

There is only one parameter, 'target', and schema coverage is 0%. The description compensates by explaining: 'target: Aria target name from config; default when omitted.' This adds meaning beyond the schema by clarifying what the target is and its default behavior, though it could elaborate on valid formats or how the default is resolved.

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 opens with a specific verb and resource: 'List Aria Operations collector groups and their member collector status.' This clearly states what the tool does and distinguishes it from sibling tools like list_resources or get_aria_health, which focus on different aspects of the Aria environment.

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 explicit 'when to use' guidance: 'Check this when resources appear missing from Aria Operations or metrics are stale.' It also references related tools (list_resources, metric tools) to explain implications of a DOWN collector. However, it does not explicitly name alternatives or offer 'when not to use' guidance, so it's clear context but lacks formal exclusions.

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/vmware-skills/VMware-Aria'

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