Skip to main content
Glama

MCP Azure DevOps Server

get_work_item_type_fields

Retrieve all fields for a specific work item type in Azure DevOps, including names, reference names, types, and required/read-only status. Use this tool to identify available fields, find required fields for work item creation, or get field references for queries and updates.

Instructions

Gets a list of all fields for a specific work item type. Use this tool when you need to: - See what fields are available for a work item type - Find required fields for creating work items of a specific type - Get reference names for fields to use in queries or updates Args: project: Project ID or project name type_name: The name of the work item type Returns: A formatted table of all fields with names, reference names, types, and required/read-only status

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_type_fieldsArguments", "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