Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

renew_proxy

Renew a proxy service for another billing term. Specify billing periods (1, 3, 6, or 12) for bulk discounts up to 20%. Confirmation required before charging your account.

Instructions

Renew a proxy service for another billing term. Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). SPENDS MONEY: creates a CHARGED renewal invoice, settled from credit/bonus when available. periods (1, 3, 6, or 12 — default 1) selects how many terms to prolong in one call; bulk periods carry a discount (3 -> 5%, 6 -> 10%, 12 -> 20%). Pass confirm:true only after the user has approved the cost. id comes from list_proxies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProxy service id from list_proxies.
confirmYesSet to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call.
periodsNoHow many billing periods to extend (bulk discounts: 3 -> 5%, 6 -> 10%, 12 -> 20%).
Behavior4/5

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

Discloses financial impact: creates a charged renewal invoice, settled from credit/bonus, and bulk discounts. With no annotations, this adequately warns about mutation and cost, though lacks details on failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Efficiently packed with critical info in a few sentences. Front-loaded with purpose, then scope, then financial warning, then parameter details. No wasted words.

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?

Covers key aspects: required scope, source for id, financial impact, confirm guard, bulk options. No output schema but return value not essential for action tool. Could mention result type, but overall complete.

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?

All three parameters described in schema (100% coverage). Description adds value: id source, confirm semantics, periods with discount details, enhancing schema info.

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?

Clearly states the verb 'renew' and resource 'proxy service' for another billing term. Distinguishes from siblings like renew_service, order_proxy, set_proxy_auto_renew, and cancel_proxy.

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

Usage Guidelines4/5

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

Explicitly mentions required scope (services:write), source for id (list_proxies), and when to use confirm flag (only after user approval). Does not explicitly contrast with alternatives but provides sufficient context.

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