Skip to main content
Glama

MCP Azure DevOps Server

get_work_item_types

Retrieve a list of all work item types in an Azure DevOps project, including names, reference names, and descriptions, to plan work item creation and reference types for operations.

Instructions

Gets a list of all work item types in a project. Use this tool when you need to: - See what work item types are available in a project - Get reference names for work item types to use in other operations - Plan work item creation by understanding available types Args: project: Project ID or project name Returns: A formatted table of all work item types with names, reference names, and descriptions

Input Schema

NameRequiredDescriptionDefault
projectYes

Input Schema (JSON Schema)

{ "properties": { "project": { "title": "Project", "type": "string" } }, "required": [ "project" ], "title": "get_work_item_typesArguments", "type": "object" }

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/aadityasinghal7/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server