Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_DEVOPS_ORGNoAzure DevOps organization URL (e.g., https://dev.azure.com/YOUR_ORG). Overrides any configured org.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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