Skip to main content
Glama
themonagroup

monacloud-mcp

Official
by themonagroup

Catalog MONA Agent

agent_templates_list

Retrieve agent templates from local folders, URL catalogs, or the integrated wave 1 catalog to find deployable project blueprints.

Instructions

Đọc template từ thư mục local, URL catalog hoặc catalog wave 1 tích hợp. Deploy dự án: cloud_app_detect rồi cloud_app_create(local_dir), sandbox trước nếu chưa có host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.4.2

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It implies a read operation via 'Đọc' but does not disclose return format, side effects, network behavior, or whether any of the deployment steps are actually performed by this tool. The deployment sentence is ambiguous and could be mistaken as part of this tool's behavior.

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

Conciseness3/5

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

The description is short and mostly front-loaded with the main purpose. However, the second sentence about deployment is tersely written and mixes workflow instructions into the tool description, making the overall structure less coherent than it could be.

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?

For a zero-parameter list tool, the description gives the main sources and a deployment follow-up, but it omits what the tool actually returns (e.g., a list of template names, metadata) and does not clarify how it differs from agent_templates_get. Without an output schema or annotations, this leaves meaningful gaps for an agent.

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?

The tool has zero parameters and the schema fully covers them, so there is little for the description to add. The mention of template sources is contextual rather than parameter documentation, which is acceptable given the empty input schema.

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 identifies the action ('Đọc template') and the resources (local folder, URL catalog, integrated wave 1 catalog). It does not explicitly distinguish this from the sibling agent_templates_get, and the second sentence about deployment slightly muddies the purpose, but the core purpose is understandable.

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 gives a workflow hint: after reading templates, deploy via cloud_app_detect then cloud_app_create, using a sandbox first if no host exists. However, it never explicitly states when to use this tool versus alternatives such as agent_templates_get, and the deployment sentence is more of an imperative than a selection guideline.

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