Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_apps_create_from_upload

Register an app in your hosting account when its files are already uploaded to app_dir. Provides app_name and app_dir to create the app record, optionally specifying domain and deploy_type.

Instructions

Register an app whose files were already uploaded to app_dir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
app_dirYes
app_nameYes
deploy_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.1/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 does not state whether this operation mutates state, whether it triggers deployment, what side effects occur, or what the response contains. 'Register' suggests a write operation, but the consequences are undisclosed.

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 a single short sentence, which is concise, but it is under-specified rather than efficiently informative. It front-loads the key prerequisite but omits essential context that would justify its length.

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 4-parameter tool with no annotations and no output schema, this description is incomplete. It does not explain the registration workflow, the meaning of deploy_type, or what happens after registration, leaving an agent to guess at critical invocation details.

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 0%, so the description must compensate, but it only mentions app_dir. It does not explain app_name, domain, or deploy_type, nor how they relate to the registration process. The required parameters are not all described.

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

Purpose2/5

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

The description 'Register an app whose files were already uploaded to app_dir.' states a verb and resource, but it is vague about what 'register' means in this system and how it differs from ecp_apps_create_from_git or ecp_apps_deploy_step. It does not clearly distinguish this tool from the many app-related siblings.

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?

The description implies a prerequisite (files already uploaded to app_dir) but gives no explicit guidance on when to choose this tool over ecp_apps_create_from_git, ecp_apps_deploy_step, or ecp_apps_update_domain. No exclusions or alternative routing are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools