adtk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_ORG | Yes | Azure DevOps organization name | |
| AZURE_DEVOPS_PAT | Yes | Personal Access Token | |
| ADTK_ENABLE_WRITES | No | Set to 'true' to enable write operations (default: 'false') | false |
| AZURE_DEVOPS_DISABLED_TOOLS | No | Comma-separated list of tools to disable |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_advanced_securityB | Manage Azure DevOps Advanced Security alerts. Actions: 'list_alerts', 'get_alert' |
| manage_attachmentsB | Manage Azure DevOps work item attachments. Actions: 'list', 'upload', 'download' |
| manage_boardsB | Manage Azure DevOps Kanban boards. Actions: 'list', 'get', 'get_columns' |
| manage_iterationsB | Manage Azure DevOps iterations (sprints). Actions: 'list', 'get', 'get_current', 'create', 'get_team_settings' |
| manage_metricsC | Get issue lifecycle metrics for dashboards and visualizations. Actions: 'get_metrics' |
| manage_pipelinesC | Manage Azure DevOps CI/CD pipelines. Actions: 'list', 'get', 'list_runs', 'get_run', 'get_logs', 'get_log', 'get_build_changes', 'list_definitions', 'list_variable_groups', 'get_variable_group', 'list_environments', 'trigger' |
| manage_projectsB | Manage Azure DevOps projects and teams. Actions: 'list', 'get', 'list_teams', 'get_team', 'create' |
| manage_pull_requestsC | Manage Azure DevOps pull requests. Actions: 'list', 'get', 'list_comments', 'list_reviewers', 'create', 'update', 'add_comment', 'vote', 'update_reviewers', 'create_thread', 'update_thread', 'reply_to_comment' |
| manage_reposB | Manage Azure DevOps Git repositories. Actions: 'list', 'get', 'list_branches', 'get_file', 'get_tree', 'search_commits', 'list_policies', 'list_tags', 'create_branch', 'create_tag' |
| manage_searchB | Search Azure DevOps using WIQL, code search, work item search, or wiki search. Actions: 'wiql', 'code', 'work_items', 'wiki', 'get_query', 'run_query' |
| manage_test_plansA | Manage Azure DevOps test plans, suites, and cases. Actions: 'list_plans', 'list_suites', 'list_cases', 'get_test_results', 'create_plan', 'create_suite' |
| manage_usersB | Search and get Azure DevOps users. Actions: 'get_current', 'search' |
| manage_wikiC | Manage Azure DevOps wiki pages (markdown-native). Actions: 'list', 'get_page', 'list_pages', 'create_page', 'update_page', 'delete_page' |
| manage_work_itemsC | Manage Azure DevOps work items (tasks, bugs, user stories, epics). Actions: 'get', 'batch_get', 'list_types', 'get_links', 'get_history', 'list_comments', 'my_items', 'iteration_items', 'create', 'update', 'delete', 'add_comment', 'batch_update', 'add_children', 'link', 'unlink', 'add_artifact_link', 'update_comment' |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| pipeline_health | Analyze CI/CD pipeline health for an Azure DevOps project |
| pr_review_digest | Generate a PR review digest for an Azure DevOps repository |
| release_readiness | Assess release readiness for an Azure DevOps project |
| sprint_summary | Generate a sprint/iteration summary for an Azure DevOps project |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool focuses on a distinct Azure DevOps domain (e.g., work items, repos, pipelines) with no overlapping responsibilities. Actions within each tool are specific to that resource, ensuring clear separation.
All tools follow a consistent 'manage_<domain>' naming pattern, and actions inside use standard verbs like list, get, create, update, delete. No mixing of conventions.
14 tools cover a broad range of Azure DevOps functionality without being excessive. Each tool is justified by a distinct set of operations, making the surface well-scoped.
Major Azure DevOps features are covered, but some resources lack full CRUD (e.g., test plans missing update/delete, boards only read). Core workflows are supported, with minor gaps.