Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

get_projects

Retrieve all accessible Azure DevOps projects to view names, IDs, states, and visibility settings for project management and identification.

Instructions

    Retrieves all projects accessible to the authenticated user 
    in the Azure DevOps organization.
    
    Use this tool when you need to:
    - Get an overview of all available projects
    - Find project IDs for use in other operations
    - Check project states and visibility settings
    - Locate specific projects by name
    
    Args:
        state_filter: Filter on team projects in a specific state 
            (e.g., "WellFormed", "Deleting")
        top: Maximum number of projects to return
            
    Returns:
        Formatted string containing project information including names,
        IDs, descriptions, states, and visibility settings, formatted as
        markdown with each project clearly separated
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
state_filterNo
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