Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Deploy MONA Agent trên MONA Cloud

cloud_agent_deploy

Deploy a cloud agent to a runtime slot and receive a stub status. Use sandbox mode to test at zero cost without needing a wallet.

Instructions

Slot runtime agent wave kế tiếp; hiện trả trạng thái stub rõ ràng. sandbox=true: thử 0đ, không cần ví.

Input Schema

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

Schema Changelog

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

  1. First observedv0.4.2

TDQS

C2.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It does usefully reveal that the tool currently returns a clear stub status and that sandbox mode is free with no wallet needed. However, it does not explain actual side effects, authentication requirements, or what happens outside sandbox mode.

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 compact and contains no filler; the stub status and sandbox behavior are stated in a single short sentence. The main downside is that 'Slot runtime agent wave' is dense and unclear, which reduces usability despite the economy of words.

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 deploy-like tool with no annotations, no output schema, and an undocumented required parameter, the description is incomplete. An agent cannot fully infer what template means, what a successful non-stub response would look like, or which sibling tool should be chosen instead.

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 required parameter 'template' has no schema description and the description never mentions it, leaving its meaning unclear. The sandbox=true wording is essentially duplicated from the schema, so it adds little new semantic value beyond what is already structured.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a verb ('Slot') and a resource ('runtime agent wave') and states that it returns a clear stub status, so it is not a pure tautology. However, 'Slot runtime agent wave kế tiếp' is cryptic and does not clearly say whether this actually deploys an agent, schedules a wave, or returns a placeholder. It also does not distinguish itself from siblings like agent_deploy or vibecloud_agent_deploy.

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?

There is no guidance about when to use this tool versus the many sibling deploy tools. The sandbox=true note is parameter-level information, not tool-selection guidance. No alternatives or exclusions are mentioned.

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