Skip to main content
Glama
Rezlazy

yandex-metrika-mcp

by Rezlazy

mgmt_counter_delete

Delete a Yandex Metrika counter permanently by providing its counter ID, removing it from the account.

Instructions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prettyNoPretty-print response (1)
counterIdYesCounter ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

C2.7/5.0
Behavior2/5

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

No annotations exist, so the description is the only behavioral disclosure; it reveals destructiveness only through the word 'Delete' and nothing about permanence, authorization, scope, or consequences. Compared with tools that describe reversibility or access requirements, this is thin.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short but under-specified; the URL consumes characters without contributing instructions, and the actual guidance is a bare verb phrase. This is under-specification rather than effective conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive management operation with no output schema and no annotations, the description should include the scope of deletion, reversibility (given the undelete sibling), or prerequisites. It provides none of this, leaving the agent to guess the operation's effects.

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?

Schema coverage is 100% and defines counterId ('Counter ID') and pretty ('Pretty-print response'), so the description need not restate them. However, it adds no mapping between the delete action and the meaning or effect of counterId beyond the schema.

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?

States a specific verb and resource ('Delete counter'), so the intended action is clear. It does not explicitly distinguish this delete operation from related siblings like mgmt_counter_update or mgmt_counter_undelete, so it misses the top score.

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 usage context or alternative-selection guidance is provided. The description is just a verb phrase plus a documentation URL, so the agent must infer when this tool is appropriate relative to the many sibling management tools.

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