Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

get_work_item_template

Retrieve detailed information about Azure DevOps work item templates to view default field values and understand what each template pre-populates.

Instructions

    Gets detailed information about a specific work item template.
    
    Use this tool when you need to:
    - View default field values in a template
    - Understand what a template pre-populates in a work item
    - Get complete details about a template
    
    Args:
        team_context: Dictionary containing team information with keys:
            project: Project name (Optional if project_id is provided)
            project_id: Project ID (Optional if project is provided)
            team: Team name (Optional if team_id is provided)
            team_id: Team ID (Optional if team is provided)
        template_id: The ID of the template
        
    Returns:
        Detailed information about the template including default field 
        values
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_contextYes
template_idYes

Latest Blog Posts

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