Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

get_work_item_templates

Retrieve available work item templates for a team to create new work items or obtain template IDs for other operations, with optional filtering by work item type.

Instructions

    Gets a list of all work item templates for a team.
    
    Use this tool when you need to:
    - Find available templates for creating work items
    - Get template IDs for use in other operations
    - Filter templates by work item type
    
    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)
        work_item_type: Optional work item type name to filter templates
        
    Returns:
        A formatted table of all templates with names, work item types,
        and descriptions
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_contextYes
work_item_typeYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that it returns a formatted table with names, types, and descriptions, which adds useful behavioral context. However, it doesn't mention pagination, rate limits, authentication needs, or error conditions, leaving gaps for a list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with purpose statement, bulleted usage guidelines, and labeled Args/Returns sections. Every sentence adds value, but the parameter descriptions could be slightly more concise (e.g., clarifying optionality redundantly).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description does well by explaining parameters, usage, and return format. It covers the core needs for a list tool, though it lacks details on error handling or performance characteristics, which would elevate it to a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It provides detailed semantics for both parameters: 'team_context' as a dictionary with optional keys and 'work_item_type' as an optional filter. This adds significant value beyond the bare schema, though it doesn't specify exact key formats or examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Gets' and resource 'list of all work item templates for a team', distinguishing it from siblings like 'get_work_item_template' (singular) and 'get_work_item_types' (types not templates). It specifies the scope (for a team) and purpose (list retrieval).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides three use cases: finding templates for creation, getting IDs for other operations, and filtering by work item type. This gives clear context for when to use this tool versus alternatives like 'create_work_item' or 'get_work_item_types'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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