Skip to main content
Glama

list_resources

Read-onlyIdempotent

List resources in Aria Operations filtered by resource kind, with optional name filter, pagination, and target selection.

Instructions

[READ] List resources in Aria Operations filtered by kind.

Args: resource_kind: Resource kind to list. Common values: VirtualMachine, HostSystem, ClusterComputeResource, Datastore, Datacenter. limit: Maximum number of results. Default 100. Results are paginated automatically, so a larger limit returns more than one page. name_filter: Optional substring to filter by resource name (case-insensitive). target: Optional Aria Operations target name from config. Uses default if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_kindNoVirtualMachine
limitNo
name_filterNo
targetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare idempotentHint and readOnlyHint, so the description adds value by explaining pagination behavior ('Results are paginated automatically') and filter case-insensitivity. No contradictions with 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 concise and well-structured: a one-line summary followed by a clear Args block. Every sentence provides essential information without redundancy.

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?

All four parameters are documented with defaults and behavior. Given the presence of an output schema, the description sufficiently covers what the tool does. No missing details for a list/filter operation.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: common values for resource_kind, default and pagination note for limit, substring filter for name_filter, and optional target. 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 explicitly states 'List resources in Aria Operations filtered by kind' with a clear verb (list) and resource (resources), and the [READ] prefix signals the operation. It distinguishes well from siblings like get_resource (single resource) or list_alerts (different resource type).

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 good context: common resource_kind values, pagination behavior, optional filters, and target defaults. However, it does not explicitly compare to alternatives (e.g., get_resource for a single resource) or state when not to use this tool, which would make guidance clearer.

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

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