Skip to main content
Glama
clira-dev

ezstat-mcp-server

by clira-dev

ask_ezstat

Ask natural-language questions about your metrics and get grounded answers with the data behind them. Example: 'what spiked yesterday?' or 'compare signups vs cancellations'.

Instructions

Ask a natural-language question about the account's metrics. This is the agent-read path: send a question like "what spiked yesterday?" or "compare signups vs cancellations last 7 days" and EzStat returns a grounded answer plus the underlying data it used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural-language question about your metrics. Examples: "What was my peak request rate yesterday?", "Top 5 fastest growing stats this week", "Compare signups vs cancellations last 7 days".
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It discloses that the tool returns a grounded answer plus underlying data, which is useful. However, it doesn't mention that this is a read-only operation, any potential latency, or possible limitations of the natural-language model. The 'agent-read path' hint implies read-only but it is not explicit.

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 two sentences, front-loaded with the primary purpose, and includes a concrete example. Every sentence earns its place with no filler.

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 simple one-parameter tool with a clear description, the definition covers the core behavior, gives examples, and states the return value. It lacks some context such as authentication requirements or error conditions, but these are not critical for an agent to select and invoke the tool correctly in most cases.

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?

The schema already contains a well-described query parameter with examples, and schema coverage is 100%. The description reinforces the same meaning by giving examples but does not add meaning beyond what the schema provides. The baseline of 3 is appropriate.

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 ('Ask') and resource ('the account's metrics'), and clarifies the behavior: it returns a grounded answer plus the underlying data. It distinguishes itself from siblings like read_stat and list_stats by calling itself the 'agent-read path' for natural-language questions.

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 gives clear context for when to use this tool: when the agent needs to ask a natural-language question about metrics. It provides examples of appropriate queries. However, it does not explicitly name alternative tools or state when NOT to use it (e.g., when you need a single numeric read via read_stat).

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

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/clira-dev/ezstat-mcp-server'

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