Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_oneclick_blueprint_apps

List available one-click app blueprints from the public EH catalog to identify deployable applications for your hosting account.

Instructions

List available one-click app blueprints (fetched from the public EH blueprints catalog).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

The only behavioral hint is that data is 'fetched from the public EH blueprints catalog,' implying a remote/network dependency. Since there are no annotations, the description should clarify side effects, failure modes, or staleness; it does not.

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?

Single sentence, front-loaded with the action verb, and contains no filler. The core behavior and data source are stated efficiently.

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 operation, the description covers the essential action and source. However, it omits any note about return shape, performance, or how this differs from ecp_apps_list, which is useful context for an agent deciding between siblings.

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 input schema has zero parameters, so parameter semantics are trivially complete. The description adds no confusion and makes clear there is nothing to configure, though it does not explicitly say 'takes no parameters.'

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 uses a clear verb ('List') and a specific resource ('available one-click app blueprints') with the source ('public EH blueprints catalog'). It is plain about what the tool does, though it does not explicitly distinguish itself from the similarly named sibling ecp_apps_list.

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?

No guidance is given on when to choose this tool over alternative list-style tools like ecp_apps_list. The context is implicit ('one-click app blueprints') but no when-to-use or when-not-to-use information is 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