Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

query_work_items

Search Azure DevOps work items using WIQL queries to find tasks, bugs, or issues matching specific criteria across projects.

Instructions

    Searches for work items using Work Item Query Language (WIQL).
    
    Use this tool when you need to:
    - Find work items matching specific criteria
    - Search across projects for related tasks or bugs
    - Create dynamic reports based on work item attributes
    - Identify work items assigned to specific team members
    
    IMPORTANT: WIQL syntax is similar to SQL and allows you to query
    work items based on their fields. The query must follow Azure DevOps
    WIQL syntax rules, with proper SELECT, FROM, and WHERE clauses.
    
    Args:
        query: The WIQL query string (e.g., "SELECT * FROM workitems 
            WHERE [System.State] = 'Active'")
        top: Maximum number of results to return (default: 30)
            
    Returns:
        Formatted string containing detailed information for each matching
        work item, with all fields and values formatted as markdown
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
topNo

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