Skip to main content
Glama

azure-devops-mcp

getWorkItemTypes

Fetch work item types for a specified process in Azure DevOps, enabling efficient management of workflows and project tracking. Input the process ID to retrieve relevant types.

Instructions

Get work item types for a process

Input Schema

NameRequiredDescriptionDefault
processIdYesID of the process

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "processId": { "description": "ID of the process", "type": "string" } }, "required": [ "processId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

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/RyanCardin15/AzureDevOps-MCP'

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