Skip to main content
Glama

pool_list

Read-onlyIdempotent

List pools on the AVI Controller, optionally filtered by virtual service name. Returns name, member count, enabled status, and UUID.

Instructions

[READ] Discover pools on the Controller.

Returns Name, member count, Enabled and short UUID per pool. Use this before pool_members: pools are often named differently from the VS that use them.

Args: vs_filter: Substring matching VS names (e.g. 'web') — returns only the pools those VS reference. Omit for all pools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vs_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false. Description adds return field details and filter behavior (vs_filter substring match). No contradictions.

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?

Two sentences plus a one-line Args section. Efficient, front-loaded, no wasted words.

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?

Description covers return fields, filter parameter, and use case. Output schema exists for structure. No missing critical details for a simple list 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?

Schema coverage is 0%, but description provides a clear explanation of vs_filter: 'Substring matching VS names (e.g. "web") — returns only the pools those VS reference. Omit for all pools.'

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?

Description starts with '[READ] Discover pools on the Controller.' and specifies exact return fields (Name, member count, Enabled, short UUID). Explicitly distinguishes from sibling pool_members by noting naming differences.

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?

States 'Use this before pool_members: pools are often named differently from the VS that use them.' Provides clear context and raison d'être. No explicit when-not-to-use, but the advice is strong.

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-AVI'

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