MCP Azure DevOps Server

by Vortiago
Verified

get_all_teams

Retrieve a list of all teams in your Azure DevOps organization. Filter teams by user membership, limit results with 'top', and skip entries using 'skip'. Returns formatted team information for better insights.

Instructions

Get a list of all teams in the organization. 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

Input Schema

NameRequiredDescriptionDefault
skipNo
topNo
user_is_member_ofNo

Input Schema (JSON Schema)

{ "properties": { "skip": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Skip" }, "top": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Top" }, "user_is_member_of": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "User Is Member Of" } }, "title": "get_all_teamsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Azure DevOps Server

Related Tools

ID: 1t73gvug7p