mcp-for-azure-devops-boards
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| azdo_add_commentC | Add a comment to a work item |
| azdo_create_work_itemD | Create work item |
| azdo_get_current_userB | Get current user profile |
| azdo_get_teamC | Get team details |
| azdo_get_team_boardC | Get board details |
| azdo_get_team_current_iterationC | Get current iteration/sprint for team |
| azdo_get_work_itemC | Get work item by ID |
| azdo_get_work_itemsB | Get multiple work items by IDs |
| azdo_link_work_itemsC | Link work items |
| azdo_list_area_pathsC | List area paths for a project |
| azdo_list_board_columnsC | List board columns |
| azdo_list_board_rowsB | List board rows (swimlanes) |
| azdo_list_iteration_pathsC | List iteration paths for a project or team |
| azdo_list_organizationsD | List organizations |
| azdo_list_projectsB | List projects in an organization |
| azdo_list_tagsD | List tags |
| azdo_list_team_boardsC | List boards |
| azdo_list_team_membersC | List team members |
| azdo_list_teamsC | List teams in the project |
| azdo_list_work_item_typesC | List work item types |
| azdo_query_work_itemsC | Query work items by filters |
| azdo_query_work_items_by_wiqlB | Query work items using WIQL |
| azdo_update_commentB | Update a comment on a work item |
| azdo_update_work_itemC | Update work item |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 24 tools
Each tool has a clear, distinct purpose. While there are multiple query/get tools, the parameters differ (single vs multiple, WIQL vs filters), and descriptions make the distinction obvious.
All tools follow the consistent pattern 'azdo_verb_noun' with underscores, using standard verbs (list, get, create, update, query). No mixing of conventions.
24 tools is comprehensive but not excessive. Each tool serves a specific need in the Azure DevOps Boards domain, and the count reflects the complexity of the domain.
The tool set covers most common operations: CRUD for work items, comments, queries, team/board info, and metadata. Missing delete work item, but the core workflows are well-supported.