Skip to main content
Glama

MCP Azure DevOps Server

get_work_item_type_field

Retrieve detailed information about a specific field in a work item type, including allowed values, field type, and constraints, for projects in Azure DevOps.

Instructions

Gets detailed information about a specific field in a work item type. Use this tool when you need to: - Get complete details about a work item field - Check allowed values for a field - Verify if a field is required or read-only Args: project: Project ID or project name type_name: The name of the work item type field_name: The reference name or display name of the field Returns: Detailed information about the field including type, allowed values, and constraints

Input Schema

NameRequiredDescriptionDefault
field_nameYes
projectYes
type_nameYes

Input Schema (JSON Schema)

{ "properties": { "field_name": { "title": "Field Name", "type": "string" }, "project": { "title": "Project", "type": "string" }, "type_name": { "title": "Type Name", "type": "string" } }, "required": [ "project", "type_name", "field_name" ], "title": "get_work_item_type_fieldArguments", "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/aadityasinghal7/mcp'

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