Skip to main content
Glama
rsp2k
by rsp2k

lb_get_health_status

Check a load balancer's health status and monitoring data by providing its ID or label. Quickly determine if it is operational and review configuration details.

Instructions

Get health status and monitoring information for a load balancer.

Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID)

Returns: Health status and configuration information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
load_balancer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden. 'Get' signals a read-only, non-mutating operation and the Returns section previews the output. However, it does not disclose error behavior, label-resolution caveats, or authorization requirements.

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?

The one-line summary is front-loaded and the Args/Returns sections are compact. The Returns line partially restates the summary but doesn't add significant bloat.

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?

For a one-parameter read operation with an output schema available, the description covers what the tool does, what the parameter accepts, and what kind of data is returned. It lacks usage guidance, but that is already penalized in usage_guidelines and does not block a call.

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

Parameters4/5

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

Input schema only says 'string', but the description explains that the value can be an ID, a label such as 'web-lb', or a UUID, which gives the agent the needed flexibility. This meaningfully exceeds the schema for the single parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence uses the specific verb 'Get' and identifies the resource as health status and monitoring information for a load balancer. It clearly distinguishes from generic 'lb_get' or configuration summaries by naming health/monitoring, though it doesn't explicitly contrast with sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states only what the tool does, with no guidance about when to choose it instead of lb_get, lb_get_configuration_summary, or lb_get_forwarding_rule. No exclusions or alternative conditions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools