Skip to main content
Glama

azure-devops-mcp

getWorkItemTypeFields

Retrieve specific fields for a work item type in Azure DevOps using process ID and reference name, enabling precise data management and integration.

Instructions

Get fields for a work item type

Input Schema

NameRequiredDescriptionDefault
processIdYesID of the process
witRefNameYesReference name of the work item type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "processId": { "description": "ID of the process", "type": "string" }, "witRefName": { "description": "Reference name of the work item type", "type": "string" } }, "required": [ "processId", "witRefName" ], "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