Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Count Issues

issues_count
Read-only

Retrieve the total count of Yandex Tracker issues matching a query or saved filter. Specify search conditions to filter issues and get the number of results.

Instructions

Get the count of Yandex Tracker issues matching a query

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
filter_idNoSaved Tracker filter id; mutually exclusive with query

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description aligns with the readOnlyHint annotation, confirming a safe read operation. However, it adds little beyond the annotation—no details about response format, potential limitations, or behavior differences. With annotations present, the bar is lower, but the description remains minimal.

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 a single, clear sentence with no unnecessary words. It is front-loaded with the primary action and resource.

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?

Given the readOnlyHint annotation, the detailed query schema, and the presence of an output schema, the description is sufficient for this simple tool. It covers the core purpose and relies on structured data for details, though it lacks explicit usage guidance.

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 tool description adds no parameter-specific meaning. The query parameter is extensively documented in the schema (covering syntax, functions, and examples), while filter_id has a short description. Schema coverage is 50%, so some parameter information exists, but the description does not compensate further.

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 'Get the count of Yandex Tracker issues matching a query' clearly states the verb (get count), the resource (Yandex Tracker issues), and the scope (matching a query). This distinguishes it from siblings like issues_find, which likely returns the issues themselves.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly mention alternatives or when to use this tool versus issues_find. The name and simple statement imply its purpose (for counting rather than listing), but no clear context or exclusions are provided.

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/APonkratov/yandex-tracker-mcp'

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