Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

request_proxy_replacement

Submit a ticket to replace an ISP proxy's IP, using one monthly allowance. Verify availability via get_proxy_replacements before calling.

Instructions

Request an IP replacement for a proxy service, consuming the included monthly allowance (1/month). Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). ISP proxy services only. Opens a support ticket that fulfils the swap; check get_proxy_replacements first to confirm an allowance is available this month — the request is refused server-side once the allowance is used. Plain write — not gated. id comes from list_proxies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProxy service id from list_proxies (ISP only).
Behavior4/5

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

Given no annotations, the description fully discloses behavior: consumes allowance, requires specific scope, opens a support ticket, and is a plain write. It mentions server-side refusal if allowance depleted. Minor gap: does not describe immediate response (e.g., returns ticket ID?).

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?

Description is concise yet packs all necessary info. It is front-loaded with main action and consumption. Each sentence adds value. Could be structured with clearer separation of prerequisites and post-conditions.

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 simple tool with one parameter and no output schema, the description is fairly complete: covers allowance, prerequisite check, scope, ISP restriction, and server-side behavior. Missing only immediate response details, but acceptable given simplicity.

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

Parameters3/5

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

Only one parameter (id) with schema description matching the description. Schema coverage is 100%, so description adds minimal extra meaning. The description echoes that id comes from list_proxies, but that's already in schema.

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 tool requests an IP replacement for a proxy service, consuming a monthly allowance. It distinguishes from siblings by specifying the need to check get_proxy_replacements first and mentions ISP-only limitation.

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

Usage Guidelines5/5

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

Explicitly tells when to use (request IP replacement), when not to use (if no allowance remains), what to check first (get_proxy_replacements), and scope requirement (services:write). Also indicates it's ISP proxy only and that the request fails server-side if allowance used.

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/RareCloudio/rarecloud-mcp-server'

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