Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_whoami

Identify the hosting account profile associated with the current authenticated session to verify credentials and access permissions.

Instructions

Get the profile of the hosting account this MCP server is authenticated as.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
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. 'Get' clearly signals a read-only operation with no side effects, and 'authenticated as' explains what identity context is being surfaced. It does not mention output details, but for a zero-parameter whoami-style tool this is adequate.

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?

A single, focused sentence that immediately states the tool's purpose without any filler, caveats, or repetition. Every word adds meaning.

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, no-output-schema tool, the description is essentially complete: it names the resource, the action, and the authentication context. A more detailed enumeration of profile fields would be helpful but is not necessary to invoke the tool correctly.

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 baseline is 4. There is nothing more the description needs to explain about inputs; the empty schema already fully covers parameter expectations.

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 states a specific verb ('Get') and resource ('profile of the hosting account') with an explicit authentication context. It clearly differentiates this from the many operational sibling tools by focusing on the authenticated identity itself.

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 makes it clear that this tool is used to discover which hosting account the MCP server is authenticated as. It provides clear context for when to call it, and since no sibling tool serves the same identity-introspection role, explicit exclusions are unnecessary.

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