Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

get_all_teams

Retrieve all teams in an Azure DevOps organization to get team overviews, find IDs for operations, and locate specific teams by name.

Instructions

    Retrieves all teams in the Azure DevOps organization.
    
    Use this tool when you need to:
    - Get an overview of all teams across projects
    - Find team IDs for use in other operations
    - Determine which teams exist in the organization
    - Locate specific teams by name
    
    Args:
        user_is_member_of: If true, return only teams where the current 
            user is a member. Otherwise return all teams the user 
            has read access to.
        top: Maximum number of teams to return
        skip: Number of teams to skip
            
    Returns:
        Formatted string containing team information including names,
        IDs, descriptions, and associated projects, formatted as
        markdown with each team clearly separated
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_is_member_ofNo
topNo
skipNo
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by explaining the tool's behavior: it describes the return format ('formatted string containing team information... formatted as markdown'), mentions access control implications ('teams the user has read access to'), and explains filtering logic based on membership. It doesn't mention rate limits or pagination details, but provides substantial behavioral context.

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

Conciseness5/5

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

The description is well-structured with clear sections: purpose statement, usage guidelines bullet list, parameters explanation, and return format. Every sentence earns its place - the bullet points efficiently convey usage scenarios, and parameter descriptions are direct and informative without redundancy.

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

Completeness5/5

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

Given 3 parameters with 0% schema coverage and no annotations or output schema, the description provides complete context: clear purpose, usage guidelines, parameter semantics, and return format details. For a read-only listing tool of moderate complexity, this description gives the agent everything needed to select and invoke it correctly.

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

Parameters5/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 - and it does excellently. It provides clear semantic explanations for all three parameters: 'user_is_member_of' explains filtering logic, 'top' is 'maximum number of teams to return', and 'skip' is 'number of teams to skip'. This adds crucial meaning beyond the bare schema.

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 'Retrieves all teams in the Azure DevOps organization' - a specific verb ('retrieves') and resource ('teams') with organizational scope. It distinguishes from sibling tools like get_team_members or get_team_iterations by focusing on team listing rather than team-specific details.

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?

The description provides explicit usage scenarios in a bulleted list: 'Get an overview of all teams across projects', 'Find team IDs for use in other operations', 'Determine which teams exist', and 'Locate specific teams by name'. These give clear context for when to use this tool versus alternatives like get_projects or get_team_members.

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