Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

get_work_item_type

Retrieve detailed information about a specific work item type in Azure DevOps, including its states, transitions, color, and icon, by providing the project and type name.

Instructions

Gets detailed information about a specific work item type. Use this tool when you need to: - Get complete details about a work item type - Understand the states and transitions for a work item type - Learn about the color and icon for a work item type Args: project: Project ID or project name type_name: The name of the work item type Returns: Detailed information about the work item type including states, color, icon, and reference name

Input Schema

NameRequiredDescriptionDefault
projectYes
type_nameYes

Input Schema (JSON Schema)

{ "properties": { "project": { "title": "Project", "type": "string" }, "type_name": { "title": "Type Name", "type": "string" } }, "required": [ "project", "type_name" ], "title": "get_work_item_typeArguments", "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