Skip to main content
Glama

fleet_domain_list

Read-onlyIdempotent

List SDDC and workload domains for a registered VCF integration in VMware Aria Operations. Provide the integration UUID to get domain summaries including id, name, type, and status.

Instructions

[READ] List the SDDC/workload domains behind one registered VCF integration.

Use this to enumerate the domains of a VCF integration registered in Operations. The integration_id is the UUID shown under Administration -> Integrations -> VCF in the Operations UI; the operator supplies it (this skill does not list VCF integrations). Returns domain summaries (id, name, type, status) in the paginated envelope. A 404 means the integration_id is wrong — copy the exact UUID from the Operations Integrations page.

Args: integration_id: UUID of the registered VCF integration. limit: Max domains to return (default 50; None returns all). target: Aria/VCF Operations target name from config; default when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
targetNo
integration_idYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context: returns a paginated envelope, domain summaries, a 404 meaning the integration_id is wrong, and a note that the tool does not list VCF integrations—these are valuable beyond the 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 structured with a clear title line, usage context, error handling, and an Args block. Each sentence provides necessary information without redundancy, and the layout makes it easy to scan. It is appropriately sized for the tool's complexity.

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?

With no output schema, the description still informs the agent of return contents (domain summaries with id, name, type, status) and the paginated envelope. It covers purpose, usage, parameter details, and error semantics, making it self-sufficient for a 3-parameter read-only tool.

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?

Although the schema lacks descriptions (0% coverage), the description comprehensively explains all three parameters: integration_id is a UUID from the Operations UI, limit defaults to 50 and None returns all, and target defaults to config. This fully compensates for the absent schema descriptions and adds precise meaning.

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 '[READ] List the SDDC/workload domains behind one registered VCF integration', using a specific verb and resource that clearly distinguishes this tool from siblings like fleet_certificate_list or list_resources. It also specifies the domain summaries returned (id, name, type, status), leaving no ambiguity about its function.

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?

It explicitly says 'Use this to enumerate the domains of a VCF integration registered in Operations' and explains where to find the integration_id, providing clear context for when to invoke it. It does not name alternative tools or give explicit 'when not to use' exclusions, but the instruction that this skill does not list VCF integrations implies a prerequisite and limits usage appropriately.

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