Skip to main content
Glama
rsp2k
by rsp2k

configure_basic_web_lb

Set up a basic web load balancer with HTTP/HTTPS rules to distribute traffic across backend instances, configure SSL settings, and manage domain routing.

Instructions

Configure a basic web load balancer with standard HTTP/HTTPS rules.

Args: region: Region code (e.g., 'ewr', 'lax') label: Label for the load balancer backend_instances: List of instance IDs to attach enable_ssl: Enable SSL/Auto SSL ssl_redirect: Redirect HTTP to HTTPS domain_zone: Domain zone for Auto SSL domain_sub: Subdomain for Auto SSL

Returns: Created and configured load balancer information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYes
labelYes
backend_instancesYes
enable_sslNo
ssl_redirectNo
domain_zoneNo
domain_subNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'configure' implies a write/mutation operation, the description doesn't specify whether this creates a new resource or modifies an existing one, what permissions are required, whether changes are reversible, or any rate limits. It mentions SSL/Auto SSL features but doesn't explain their implications or dependencies.

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 description is well-structured with clear sections: purpose statement, parameter explanations, and return value. The 'Args' and 'Returns' sections are particularly helpful. While efficient, the opening sentence could be more specific about what 'basic' and 'standard' mean. No wasted sentences, but some opportunities for more precise language.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter mutation tool with no annotations and no output schema, the description provides adequate but incomplete coverage. The parameter explanations are helpful, but critical behavioral context is missing: mutation implications, error conditions, authentication requirements, and what the return value actually contains. The description mentions 'Created and configured load balancer information' but doesn't specify format or key fields.

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?

With 0% schema description coverage for 7 parameters, the description provides meaningful semantic context for all parameters through the 'Args' section. Each parameter gets a brief explanation that clarifies its purpose (e.g., 'Region code', 'Label for the load balancer', 'Enable SSL/Auto SSL'). This significantly compensates for the lack of schema descriptions, though some details like format constraints or relationships between parameters (e.g., domain_zone/domain_sub dependency on enable_ssl) could be more explicit.

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 description clearly states the tool's purpose: 'Configure a basic web load balancer with standard HTTP/HTTPS rules.' It specifies the verb ('configure'), resource ('web load balancer'), and scope ('basic' with 'standard HTTP/HTTPS rules'). However, it doesn't explicitly differentiate from sibling tools like 'create_forwarding_rule' or 'setup_web_server_rules' which might have overlapping functionality.

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 provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites, when this tool is appropriate versus other configuration methods, or what 'basic' means in contrast to more advanced options. The sibling list includes many related tools (create_forwarding_rule, setup_web_server_rules, etc.) but no differentiation is provided.

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/rsp2k/mcp-vultr'

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