Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_system_get_config

Retrieve this account's ECP configuration key-value pairs. Review current ECP settings to understand or troubleshoot account configuration.

Instructions

Get this account's ECP config key/values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates a read operation but does not mention authentication requirements, whether the config values are sensitive, or anything about the response format or potential side effects.

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 a single concise sentence that front-loads the verb and object. Every word earns its place, with no filler or redundancy.

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?

For a zero-parameter, read-oriented config getter, the description is largely sufficient for an agent to invoke it correctly. The main gap is that no output schema exists and the return format is not described, though 'key/values' gives a reasonable expectation of a mapping.

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, so the schema already fully describes the input surface; there is nothing for the description to add. The phrase 'this account's' adds helpful scoping context even though no parameter exists.

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 states the action ('Get') and the resource ('this account's ECP config key/values'), so an agent can understand what the tool does. It does not explicitly name the sibling ecp_system_set_config, though the get/set distinction is fairly obvious from the tool name and description.

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?

There is no guidance about when to use this tool versus alternatives like ecp_system_set_config or other config-related tools such as ecp_storage_bd_get_config. The usage context is only implied by the verb 'Get', with no exclusions, prerequisites, or routing hints.

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