azure-devops-mcp

by RyanCardin15
Verified

getWorkItemTypes

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