Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

rebuild service MONA Cloud

cloud_service_rebuild

Rebuild a MONA Cloud VPS or database after checking your wallet balance. Use sandbox mode to test the rebuild for free with no wallet required.

Instructions

rebuild VPS/database MONA Cloud. Lệnh có thể phát sinh chi phí và kiểm tra ví trước. sandbox=true: thử 0đ, không cần ví.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sandboxNosandbox=true: thử 0đ, không cần ví
service_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.2

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries full behavioral disclosure burden. It usefully warns that the command can incur costs, advises checking the wallet, and explains that sandbox=true is free and wallet-free. However, it does not disclose whether rebuilding destroys existing data or causes downtime, which is significant for a rebuild operation.

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 compact and well-structured: purpose first, then the cost warning, then the sandbox clarification. Every sentence earns its place, and there is no redundant filler.

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?

For a potentially costly and destructive operation with no output schema and no annotations, the description omits important context: what rebuild actually does to the service, how to obtain a valid service_id, and whether there is a way to track completion. The cost and sandbox notes are helpful, but safe invocation still requires significant inference.

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 coverage is only 50%, and the description only repeats the sandbox parameter's schema text. The service_id parameter, which is required, receives no semantic explanation beyond its name. The description fails to compensate for the undocumented parameter.

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 verb ('rebuild') and resource ('VPS/database MONA Cloud'), making the core operation clear. It is distinguishable from start/stop tools by the rebuild verb, though it does not explicitly differentiate from the closely related sibling vibecloud_rebuild.

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 provides operational caveats about cost and sandbox mode, but gives no guidance on when to prefer this tool over alternatives like cloud_service_start, cloud_service_stop, or vibecloud_rebuild. There is no clear 'use this when...' statement.

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/themonagroup/monacloud-mcp'

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