Skip to main content
Glama

coronium_rotate_modem

Rotate a 4G/5G mobile modem's IP address via the public reset service using its embedded rotation token, with optional waiting for completion.

Instructions

Token-based rotation via the public reset service (default https://mreset.xyz). Doesn't require an API token — uses the per-modem rotation token embedded in the proxy record. Optionally polls until completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_wait_timeNo
proxy_identifierYesModem name, portId, _id, or rotation token (UUID).
wait_for_completionNo
Behavior3/5

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

With no annotations, the description discloses the external reset service URL, the authentication method, and optional polling. It does not mention potential side effects like IP change, timeouts, or error conditions, making transparency moderate.

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?

The description is three sentences, front-loaded with the main action, and contains no redundant information. Every sentence adds meaningful detail.

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?

Given no output schema and sparse annotations, the description covers the core mechanism, authentication, and polling but leaves gaps around max_wait_time, return values, and error handling. It is adequate but incomplete.

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?

The schema only documents proxy_identifier; max_wait_time and wait_for_completion lack descriptions. The description clarifies that polling is optional (aligning with wait_for_completion) but does not explain max_wait_time or how it relates to polling, failing to compensate for low schema coverage.

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 clearly states the tool performs 'Token-based rotation via the public reset service', specifying the action and method. It distinguishes from siblings like restart_modem and get_rotation_status by mentioning the token-based service and polling.

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 notes that no API token is required, using the per-modem rotation token instead, which gives context on when to use this tool. However, it does not explicitly compare to alternative rotation/restart methods or state when not to use it.

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/coroniumio/coronium-proxy-mcp'

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