counter_list
Retrieve all active counters with their current values and metadata for tracking metrics.
Instructions
List all active counters with their current values and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve all active counters with their current values and metadata for tracking metrics.
List all active counters with their current values and metadata.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool lists active counters with current values and metadata, indicating a read operation. However, it does not explain what 'active' means, whether results are sorted or paginated, or if there are any side effects (unlikely but unstated). This is acceptable but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently communicates the purpose and output. Every word earns its place; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema), the description adequately conveys what the tool returns: active counters with values and metadata. It could be more explicit about output structure or default ordering, but for a list operation it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no parameter information to add. The schema is empty with 100% coverage by default. The description correctly makes no parameter claims, and the baseline for zero-parameter tools applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and specifies the resource ('all active counters'), including current values and metadata. This clearly distinguishes it from sibling tools like counter_get (single counter) and counter_reset (mutation).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for retrieving all active counters, which provides clear context for when to use it. However, it does not explicitly mention when not to use it or reference alternatives, though the sibling names and the phrase 'all active' differentiate it from the singular get tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Discordit142/mcp-counter-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server