Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

get_work_item_types

Retrieve a list of all work item types in a project, including names, reference names, and descriptions. Use this to identify available types, obtain references for other operations, or plan work item creation.

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/Vortiago/mcp-azure-devops'

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