Skip to main content
Glama
aikts

Yandex Tracker MCP

Delete Issue Checklist Item

issue_delete_checklist_item
Destructive

Delete a checklist item from a Yandex Tracker issue by providing its ID. Retrieve item IDs from the issue's checklist first, then remove the unwanted item and get the updated checklist.

Instructions

Delete a single item from the checklist of a Yandex Tracker issue. Use issue_get_checklist to get the item IDs. Returns the issue's checklist after the deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesIssue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'
checklist_item_idYesChecklist item ID, as returned in the `id` field of an item by issue_get_checklist. Example: '5f8b2c1e4c3a2d001a7e9b1c'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.10.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, and the description adds useful behavioral detail beyond that: it confirms the operation deletes a single item and states the return behavior, "Returns the issue's checklist after the deletion." This helps the agent set expectations about the side effect and response.

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?

Three short sentences carry all the essential information: the action, the prerequisite lookup step, and the return behavior. No filler or redundant repetition of the schema.

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?

The tool is low-complexity with two fully documented required parameters, a destructive annotation, and an output schema. The description adds the only practical missing piece—how to find the checklist item ID—and states the return value. Nothing else an agent needs is absent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers both parameters thoroughly at 100% coverage. The description adds value by telling the agent exactly how to obtain checklist_item_id via issue_get_checklist, which supplements the schema's static field description with a practical source for the value.

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?

Description uses a precise verb-resource combination: "Delete a single item from the checklist of a Yandex Tracker issue." It clearly distinguishes this from sibling tools like issue_delete_link or issue_delete_comment by naming the specific checklist-item resource.

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?

Description provides clear context and a concrete prerequisite: "Use issue_get_checklist to get the item IDs." It does not explicitly mention when not to use this tool or contrast it with checklist update/add alternatives, but the usage context is unambiguous.

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

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

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