Skip to main content
Glama
call518

MCP-OpenStack-Ops

get_load_balancer_list

Retrieve a detailed list of OpenStack load balancers including VIP, status, and listeners. Supports pagination for large environments.

Instructions

Retrieve comprehensive list of OpenStack load balancers with detailed information.

Functions:

  • Lists all load balancers in the OpenStack cluster

  • Provides detailed load balancer information including VIP, status, listeners

  • Supports pagination for large environments (limit/offset)

  • Shows listener count and basic listener information for each load balancer

  • Displays provisioning and operating status for troubleshooting

Use when user requests:

  • "Show me all load balancers"

  • "List load balancers with details"

  • "What load balancers are available?"

  • "Show load balancer status"

Args: limit: Maximum load balancers to return (1-200, default: 50) offset: Number of load balancers to skip for pagination (default: 0)
include_all: Return all load balancers ignoring limit/offset (default: False)

Returns: JSON string containing load balancer details with summary statistics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
include_allNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Describes pagination (limit/offset), include_all option, and what information is displayed (VIP, status, listeners, provisioning status). Does not mention authentication or side effects, but as a read-only list, this is sufficient.

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?

Well-organized with clear sections: functions, use cases, args, returns. Every sentence adds value; no fluff. Front-loaded with purpose.

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?

Has output schema, so detailed return structure is covered elsewhere. Description notes returns 'JSON string containing load balancer details with summary statistics', which suffices. Complete for a 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% (only defaults and types). Description's 'Args' section explains each parameter: limit (1-200, default 50), offset (default 0), include_all (default False). Adds context missing from 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?

Description specifies 'Retrieve comprehensive list of OpenStack load balancers with detailed information' and lists functions like listing all LBs, showing VIP/status/listeners. This clearly distinguishes it from sibling tools like get_load_balancer_details (single LB) or get_load_balancer_listeners (listeners only).

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?

Provides explicit use cases with example user requests ('Show me all load balancers'). Lacks explicit when-not-to-use or alternatives, but the context is clear enough for an AI to decide.

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