Skip to main content
Glama
rsp2k
by rsp2k

add_ip_whitelist_entry

Add an IP address or subnet to a user's whitelist for controlling access to Vultr cloud resources.

Instructions

Add an IP address or subnet to a user's whitelist.

Args: user_id: The user ID (UUID) or email address subnet: The IP address or subnet to add (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 addition

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 an addition but lacks details on permissions required, whether the change is reversible, rate limits, or error conditions. For a mutation tool with zero annotation coverage, this leaves significant behavioral gaps.

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 appropriately sized and front-loaded with the core purpose, followed by structured sections for args and returns. Every sentence adds value, though the 'Returns' section could be more specific (e.g., confirming what was added) rather than generic.

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 parameters well but lacks behavioral context (e.g., side effects, permissions). It is partially complete but misses critical details needed for safe and effective use, given the tool's complexity and lack of structured metadata.

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?

With 0% schema description coverage, the description fully compensates by explaining all three parameters: 'user_id' (UUID or email), 'subnet' (IP address or subnet with examples), and 'subnet_size' (subnet size with examples). It adds essential meaning beyond the bare schema, making parameters understandable.

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 ('Add an IP address or subnet') and resource ('to a user's whitelist'), distinguishing it from sibling tools like 'remove_ip_whitelist_entry' and 'get_ip_whitelist'. It precisely communicates the tool's function 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 for adding entries to a whitelist but does not explicitly state when to use this tool versus alternatives like 'remove_ip_whitelist_entry' or 'get_ip_whitelist'. No exclusions or prerequisites are mentioned, leaving usage context partially inferred rather than clearly defined.

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