Skip to main content
Glama

Yandex Tracker MCP

issue_get

Retrieve detailed information about a Yandex Tracker issue using its unique ID, optionally including the issue description for comprehensive insights.

Instructions

Get a Yandex Tracker issue by its id

Input Schema

NameRequiredDescriptionDefault
include_descriptionNoWhether to include issue description in the issues result. It can be large, so use only when needed.
issue_idYesIssue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'

Input Schema (JSON Schema)

{ "properties": { "include_description": { "default": true, "description": "Whether to include issue description in the issues result. It can be large, so use only when needed.", "title": "Include Description", "type": "boolean" }, "issue_id": { "description": "Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'", "title": "Issue Id", "type": "string" } }, "required": [ "issue_id" ], "title": "issue_getArguments", "type": "object" }

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