az-devops-cli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_ORG | No | Azure DevOps organization URL (e.g., https://dev.azure.com/YOUR_ORG). Overrides any configured org. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_work_itemB | Create a work item on the board. type options: Task, Bug, User Story, Epic, Feature. |
| get_work_itemC | Get a work item by ID. |
| update_work_itemB | Update state, assignment, or title of a work item. |
| set_iterationA | Assign a work item to a sprint iteration. Required for items to appear on the Sprint board. Format: 'ProjectName\Sprint N' |
| query_work_itemsB | Run a WIQL query to find work items. Use for any bulk lookups. |
| link_work_itemsB | Link two work items. link_type options: Related, Parent, Child, Duplicate, Successor, Predecessor. |
| get_work_item_relationsB | Get all linked work items. Use after bulk linking to verify hierarchy. |
| add_commentB | Add a discussion comment to a work item. Use to log agent reasoning or decisions. |
| list_prsB | List pull requests in a project. status options: active, completed, abandoned, all. |
| get_prA | Get full details of a specific PR. |
| create_prC | Create a pull request. |
| link_pr_to_work_itemA | Link a PR to a work item for full board-to-code traceability. Call every time a PR is raised. |
| list_branchesC | List all branches in a repository. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PraiseSinkamba/az-devops-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server