Skip to main content
Glama
askads

Yandex Metrica MCP

List Metrica counters

list_counters
Read-onlyIdempotent

Retrieve Yandex Metrica counters with IDs, names, and site domains. Filter by name or site substring for targeted results.

Instructions

Lists the Yandex Metrica counters the token can access (Management API). Each counter has id, name and site2 (site domain) — use the id with get_statistics and list_goals. Filter by a name/site substring with search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNo1-based offset for pagination.
searchNoCase-insensitive substring to filter counters by name or site.
perPageNoMax counters to return. Default 100.
Behavior4/5

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

The description adds value beyond annotations by detailing the output fields (id, name, site2) and specifying the API (Management API). The annotations already declare readOnlyHint and idempotentHint, so the description's additional context earns a 4.

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 extremely concise with two sentences that front-load the purpose and provide immediate usage guidance. Every sentence earns its place.

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

Completeness5/5

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

Given the tool's simplicity, optional parameters, and comprehensive annotations, the description fully covers what an agent needs: purpose, output contents, and integration with sibling tools. No output schema is present, but the description compensates.

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%, so the description need not add much. It does clarify that the search parameter filters by name or site substring, which aligns with the schema. No additional semantic meaning beyond the schema is provided.

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 clearly states the verb 'Lists' and the resource 'Yandex Metrica counters', specifies the API category, and distinguishes from siblings by mentioning using the id with get_statistics and list_goals.

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 provides clear guidance on using the output (id) with sibling tools and filtering via search. However, it does not explicitly state when not to use this tool or contrast with alternatives like raw_request.

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

Install Server

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/askads/mcp-yandex-metrica'

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