Skip to main content
Glama
call518

MCP-OpenStack-Ops

get_load_balancer_pools

Retrieve load balancer pools with optional listener filter. View pool protocols, algorithms, member status, and associated health monitors.

Instructions

Get load balancer pools, optionally filtered by listener.

Functions:

  • Lists all pools or pools for a specific listener

  • Shows pool protocols, load balancing algorithms

  • Displays members in each pool with their status

  • Provides health monitor associations

Use when user requests:

  • "Show all load balancer pools"

  • "List pools for listener [name/id]"

  • "What pools are configured on [listener_name]?"

  • "Show pool members and their status"

Args: listener_name_or_id: Optional listener name or ID to filter pools

Returns: JSON string containing pool details with member information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listener_name_or_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully carries behavioral disclosure. It details that the tool lists pools, shows protocols, algorithms, members with status, and health monitor associations, and returns JSON. 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.

Conciseness4/5

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

Description is well-structured with a summary line, bullet list of functions, usage examples, args, and returns. It is concise without unnecessary repetition, though slightly verbose in listing functions.

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?

Given the simple tool with 1 optional parameter and an output schema existing, the description covers purpose, behavior, parameter meaning, and return format comprehensively. No gaps.

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

Parameters3/5

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

Schema has 0% description coverage, but description adds meaning: 'Optional listener name or ID to filter pools'. However, it lacks format details or examples that would further clarify usage, so baseline 3 is appropriate.

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 clearly states it gets load balancer pools, optionally filtered by listener. It explicitly lists functions like listing pools, showing protocols, members, and health monitors, distinguishing it from sibling tools such as get_load_balancer_list or get_load_balancer_pool_members.

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?

Description provides explicit usage examples like 'Show all load balancer pools' and 'List pools for listener [name/id]', guiding when to use. However, it does not mention alternatives or when not to use this tool despite ample sibling tools.

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/call518/MCP-OpenStack-Ops'

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