Skip to main content
Glama
rsp2k
by rsp2k

remove_ip_whitelist_entry

Remove an IP address or subnet from a user's whitelist to manage access controls in Vultr cloud infrastructure.

Instructions

Remove an IP address or subnet from a user's whitelist.

Args: user_id: The user ID (UUID) or email address subnet: The IP address or subnet to remove (e.g., "8.8.8.0", "192.168.1.100") subnet_size: The subnet size (e.g., 24 for /24, 32 for single IP)

Returns: Status message confirming removal

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
subnetYes
subnet_sizeYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool performs a removal operation and returns a status message, but lacks details on permissions required, whether the action is reversible, error conditions, or rate limits. This is a significant gap for a mutation tool with zero annotation coverage.

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 distinct sections for purpose, arguments, and returns. It uses minimal sentences to convey necessary information, though the 'Args' and 'Returns' labels are slightly redundant given the schema and could be integrated more seamlessly.

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 mutation tool with no annotations and no output schema, the description covers the basic operation and parameters adequately. However, it lacks details on behavioral aspects like side effects, authentication needs, or error handling, leaving gaps in completeness given the tool's complexity.

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?

Schema description coverage is 0%, but the description compensates by explaining all three parameters in the 'Args' section with clear examples (e.g., '8.8.8.0', '24 for /24'). It adds meaningful context beyond the bare schema, though it could specify format constraints like CIDR notation more explicitly.

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?

The description clearly states the specific action ('Remove') and target resource ('IP address or subnet from a user's whitelist'), distinguishing it from sibling tools like 'add_ip_whitelist_entry' and 'get_ip_whitelist'. It precisely defines what the tool does without being tautological.

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

Usage Guidelines3/5

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

The description implies usage context through the parameter explanations (e.g., removing from a user's whitelist), but does not explicitly state when to use this tool versus alternatives like 'delete' operations or provide prerequisites. Usage is inferred rather than explicitly guided.

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