Skip to main content
Glama
aikts

Yandex Tracker MCP

Delete Component

component_delete
Destructive

Delete a Yandex Tracker queue component by numeric ID. Removes it permanently; this action cannot be undone.

Instructions

Delete a Yandex Tracker queue component (in russian - 'компонент') by its numeric id. Cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
component_idYesComponent identifier (numeric), as returned by `queue_get_components` or in an issue's `components` field

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.3/5.0
Behavior4/5

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

Annotations already mark the operation as destructive, and the description adds the important behavioral detail that the action 'Cannot be undone.' This goes beyond the annotation by emphasizing irreversibility, which is valuable for an agent deciding whether to call this tool.

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 two short sentences with no wasted words. The action and target are front-loaded, and the irreversibility warning is concise but essential.

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?

For a single-parameter destructive operation with annotations and an output schema present, the description covers the necessary details: what is deleted, how the target is identified, and that the operation is permanent.

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 input schema already provides 100% coverage for component_id, including its type and how it is obtained. The tool description adds little beyond restating 'by its numeric id,' so the schema carries the parameter semantics.

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 uses a specific verb ('Delete') and resource ('Yandex Tracker queue component'), and explicitly states the identifying key (numeric id). It clearly distinguishes this tool from sibling tools like component_update or component_create.

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 clearly indicates this tool is for deleting a component by its numeric id and notes irreversibility. It does not explicitly name alternatives or when not to use it, but the context is clear enough for an agent to select it for deletion tasks.

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