Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

cloud_app_env_set

Set a cloud app's environment variables by providing the complete key-value map. Replaces the entire environment, does not log secrets, and leaves the app ready to deploy.

Instructions

App từ git đã live: app host đầu tiên ~2–3 phút, deploy sau đó 10–20 giây. / Git apps are live. Thay toàn bộ env sau khi được duyệt, gửi đầy đủ map cần giữ; không log secret. Gọi cloud_app_deploy sau đó để áp dụng. / Set app environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envYes
app_idYes
sandboxNoThử 0đ, không tạo hạ tầng thật / Sandbox, no charge

Schema Changelog

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

  1. First observedv0.4.2

TDQS

B3.3/5.0
Behavior4/5

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

With no annotations, the description properly carries behavioral disclosure: it warns that the entire env is replaced, instructs sending the full map of entries to keep, says not to log secrets, and notes that deploy must be called afterward. This is meaningful beyond the plain 'Set app environment' statement.

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

Conciseness2/5

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

The description is cluttered with bilingual repetition, including 'Git apps are live' twice, and it opens with deploy timing that is not central to this tool's purpose. The actual purpose statement is buried at the end, making it harder for an agent to parse quickly.

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 3-parameter tool with no output schema, the description is incomplete. It provides useful operational notes but fails to clearly document parameter meanings, what happens before approval, or what the caller should expect after invoking deploy. The mixed structure further reduces completeness.

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 description coverage is low at 33%, and the description does not compensate enough. It adds some context about the env map ('send full map to keep'), but it never explains app_id or sandbox, and it mostly restates what the schema already implies for env.

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 ends with 'Set app environment' and refers to replacing the entire env, making the core action clear. It does not explicitly say 'environment variables' but the meaning is recoverable from context and schema. It is not a tautology and is distinguishable enough from siblings like cloud_app_deploy.

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?

The description explicitly instructs calling cloud_app_deploy afterwards to apply the environment changes, which gives an ordered workflow. It does not state when not to use this tool or mention alternative tools, but the follow-up step provides useful usage guidance.

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