Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | 0.0.0.0 |
PORT | No | Server port | 8000 |
TRANSPORT | No | Transport mode (stdio, streamable-http, sse) | stdio |
CACHE_ENABLED | No | Enable Redis caching | false |
TRACKER_TOKEN | Yes | Your Yandex Tracker OAuth token | |
CACHE_REDIS_DB | No | Redis database number | 0 |
TRACKER_ORG_ID | No | Your Yandex 360 organization ID | |
CACHE_REDIS_PORT | No | Redis server port | 6379 |
TRACKER_BASE_URL | No | Yandex Tracker API base URL | https://api.tracker.yandex.net |
CACHE_REDIS_ENDPOINT | No | Redis server endpoint | localhost |
TRACKER_CLOUD_ORG_ID | No | Your Yandex Cloud organization ID | |
TRACKER_LIMIT_QUEUES | No | Comma-separated queue keys to restrict access to specific queues |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
queues_get_all | Find all Yandex Tracker queues available to the user (queue is a project in some sense) |
queue_get_local_fields | Get local fields for a specific Yandex Tracker queue (queue-specific custom fields) |
queue_get_tags | Get all tags for a specific Yandex Tracker queue |
queue_get_versions | Get all versions for a specific Yandex Tracker queue |
get_global_fields | Get all global fields available in Yandex Tracker that can be used in issues |
get_statuses | Get all statuses available in Yandex Tracker that can be used in issues |
get_issue_types | Get all issue types available in Yandex Tracker that can be used when creating or updating issues |
issue_get_url | Get a Yandex Tracker issue url by its id |
issue_get | Get a Yandex Tracker issue by its id |
issue_get_comments | Get comments of a Yandex Tracker issue by its id |
issue_get_links | Get a Yandex Tracker issue related links to other issues by its id |
issues_find | Find Yandex Tracker issues by queue and/or created date |
issues_count | Get the count of Yandex Tracker issues matching a query |
issue_get_worklogs | Get worklogs of a Yandex Tracker issue by its id |
issue_get_attachments | Get attachments of a Yandex Tracker issue by its id |
users_get_all | Get information about user accounts registered in the organization |
user_get | Get information about a specific user by login or UID |