Skip to main content
Glama

appcrane_create_app

Register a new app in AppCrane from a GitHub repository. Allocates ports, creates data directories, configures Caddy routing, and starts health checks. Use after user confirms onboarding.

Instructions

Register a new app in AppCrane from a GitHub repository. Use this only after the user has explicitly confirmed they want to onboard a new app and provided a real github URL. Allocates ports, creates the data directories, configures Caddy routing, and starts health checks. After this returns, call appcrane_set_secret to set any required secrets, then appcrane_deploy to ship the first build. Requires the create-apps permission (global admins, or any role a platform admin granted at Settings → Roles).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name (shown in dashboard)
slugYesURL-safe identifier — lowercase letters, digits, dashes; must start with a letter or digit. Lives at /<slug>/.
branchNoBranch to track. Default: mainmain
domainNoOptional custom domain. If omitted, the app lives under CRANE_DOMAIN/<slug>/.
github_urlYesGitHub repo URL, e.g. https://github.com/me/mysite
max_ram_mbNoPer-container memory cap. Default: 512.
descriptionNo
github_tokenNoGitHub PAT for private repos. Stored encrypted; only used to clone.
max_cpu_percentNoPer-container CPU cap. Default: 50.
Behavior4/5

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

Given no annotations, the description carries full burden. It discloses side effects: allocates ports, creates directories, configures routing, starts health checks. However, it omits details on failure behavior or idempotency.

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?

Description is concise (4 sentences) with critical info front-loaded: purpose, usage condition, actions, follow-up steps. No wasted words.

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?

Covers preconditions, actions, permissions, and next steps. For a 9-parameter tool with no output schema, it lacks return value description, but overall sufficiently complete for an agent.

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 high (89%), so baseline is 3. The description does not add additional parameter meaning beyond what the schema already provides.

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 verb ('Register a new app') and resource ('AppCrane from a GitHub repository'). It distinguishes itself from sibling tools like appcrane_create_managed_app and appcrane_deploy by specifying the exact onboarding step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use ('only after the user has explicitly confirmed...') and provides a clear sequence of required follow-up calls (appcrane_set_secret, then appcrane_deploy). Also mentions the required permission level.

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/gitayg/appcrane-mcp'

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