Skip to main content
Glama

ips_assign

Assign a specific IP address to a reseller or user account, enabling them to use it for hosting.

Instructions

Assign an IP to a reseller/user.

Args: ip: Address. username: Destination account. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
confirmNo
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.7/5.0
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 disclosing behavior. It only says 'Assign an IP' and adds 'confirm: Required,' but it does not explain consequences such as whether an existing assignment is overwritten, whether the IP must be free, or what happens on failure. The 'confirm' parameter is mentioned but its role is not actually explained.

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 short and front-loaded with the main action, followed by a compact argument list. It wastes little space, though the misleading 'confirm: Required' note could have been replaced with a more useful clarification.

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

Completeness2/5

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

This is a mutating operation with no annotations, an output schema, and only 0% schema description coverage. The description does not explain prerequisites, side effects, or how confirm affects execution. An agent would not know whether this reassigns an IP already in use or only assigns an unassigned one, making the definition incomplete for safe invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only provides minimal labels: 'ip: Address' is largely tautological, 'username: Destination account' is mildly helpful, and 'confirm: Required' is confusing because the schema marks confirm as optional with a default of false. It does not clarify what value confirm should take or why it is needed.

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 states a specific action ('Assign an IP') and the target ('to a reseller/user'), so an agent can tell this is an assignment operation rather than a lookup or removal. It is clear but does not explicitly differentiate from sibling tools like ips_add or ips_remove.

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 gives no guidance on when to use this tool versus alternatives such as ips_add or ips_remove. There are no stated prerequisites, exclusions, or context such as 'use this when the IP is already allocated to the server but not yet assigned to an account.'

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

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/OpenIaaS/directadmin-mcp-server'

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