Skip to main content
Glama

cloudron_install_app

Install applications from the Cloudron App Store with validation checks for app availability and disk space requirements. Returns a task ID for tracking installation progress.

Instructions

Install application from Cloudron App Store with pre-flight validation. Calls F23a (cloudron_validate_manifest) to verify app exists and F36 (cloudron_check_storage) to ensure sufficient disk space. Returns task ID for async operation tracking via cloudron_task_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifestIdYesApp manifest ID from App Store
locationYesSubdomain for app installation
domainYesDomain where app will be installed (REQUIRED)
portBindingsNoOptional port bindings
accessRestrictionYesAccess control setting (can be null for no restriction)
envNoEnvironment variables
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: it's an async operation (returns task ID for tracking via cloudron_task_status), involves validation steps, and implies mutation (installation). It could improve by mentioning permissions or rate limits, but it covers critical behavior beyond basic purpose.

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 appropriately sized and front-loaded, with three sentences that each earn their place: first states the core action, second details validation steps, and third explains async tracking. No wasted words, and it efficiently conveys essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (async operation with validation), no annotations, and no output schema, the description is mostly complete. It covers the installation process, validation dependencies, and async nature, but could benefit from mentioning error handling or response format to fully compensate for missing structured data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description does not add meaning beyond the schema, such as explaining parameter interactions or usage examples. Baseline 3 is appropriate as the schema handles parameter documentation adequately.

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

Purpose5/5

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

The description clearly states the specific action ('Install application from Cloudron App Store') and resource ('application'), distinguishing it from siblings like cloudron_configure_app, cloudron_control_app, and cloudron_uninstall_app. It specifies the source ('from Cloudron App Store') and includes pre-flight validation, making the purpose explicit and differentiated.

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 provides clear context by mentioning pre-flight validation calls to cloudron_validate_manifest and cloudron_check_storage, indicating when to use this tool for app installation with checks. However, it does not explicitly state when not to use it or name alternatives like cloudron_configure_app for post-installation adjustments, leaving some guidance gaps.

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/serenichron/mcp-cloudron'

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