Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TTLNoOptional: Cache TTL in milliseconds (default: 300000 = 5 minutes)300000
LOG_LEVELNoOptional: Log level (error, warn, info, debug)info
PROJECT_IDNoOptional: Default project ID
WEBHOOK_PORTNoOptional: Webhook server port (default: 3000)3000
YOUTRACK_URLYesYouTrack instance URL (without trailing slash)
CACHE_ENABLEDNoOptional: Enable cache (true/false, default: true)true
WEBHOOK_SECRETNoOptional: Webhook secret for signature verification
YOUTRACK_TOKENYesYouTrack permanent token
ENABLE_WEBHOOKSNoOptional: Enable webhooks (true/false)false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
projectsB

Project management: list projects, get details, validate access, list custom fields, retrieve statistics

issuesC

Issue lifecycle: create, update, query/search, change state, comment, start/complete work

queryC

Raw YouTrack query using native syntax (returns issues matching the expression)

commentsC

Issue comments: list, add, update, delete

agile_boardsC

Agile boards and sprints: list boards/sprints, get details, create sprints, assign issues

knowledge_baseC

Knowledge base: list, get, create, update, delete, search articles

analyticsC

Analytics and reporting: project statistics, time tracking, Gantt, critical path, resource allocation, milestone progress

adminC

Administrative operations: search users, inspect fields, list field values, bulk update, create dependencies

time_trackingC

Time tracking & work items: log time, manage entries and work items, generate reports

authB

Authentication: status, OAuth2 login, logout, re-authenticate, validate token

notificationsC

Notifications: status, list, clear, subscribe/unsubscribe, list subscriptions

subscriptionsC

Notification subscriptions: create, update, delete, list

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 12 tools

Disambiguation5/5

Each tool is grouped by clear domain (e.g., issues, agile_boards, comments) with distinct responsibilities. Overlaps like issues and query are resolved by raw query being a specialized search tool, while notifications and subscriptions are differentiated by subscription management being a subset of notifications.

Naming Consistency5/5

All tool names follow a consistent lowercase underscore pattern (e.g., agile_boards, time_tracking). The naming is predictable and uses nouns or adjective_noun combinations, making it easy for an agent to infer functionality.

Tool Count5/5

With 12 tools covering core project management domains (issues, boards, analytics, etc.), the count is well-scoped. Each tool serves a necessary purpose without unnecessary bloat or missing critical features.

Completeness5/5

The tool set provides comprehensive lifecycle coverage: issue CRUD, state transitions, comments, time tracking, project management, agile boards, knowledge base, notifications, subscriptions, analytics, and admin operations. No obvious dead ends or missing operations for a project management system.

Maintenance

ActivityInactive
ResponsivenessNo issues