Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

core_list_project_teams

Retrieve a list of teams for a specific Azure DevOps project, with options to filter by user membership, paginate results, and limit the number of teams returned.

Instructions

Retrieve a list of teams for the specified Azure DevOps project.

Input Schema

NameRequiredDescriptionDefault
mineNoIf true, only return teams that the authenticated user is a member of.
projectYesThe name or ID of the Azure DevOps project.
skipNoThe number of teams to skip for pagination. Defaults to 0.
topNoThe maximum number of teams to return. Defaults to 100.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mine": { "description": "If true, only return teams that the authenticated user is a member of.", "type": "boolean" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "skip": { "description": "The number of teams to skip for pagination. Defaults to 0.", "type": "number" }, "top": { "description": "The maximum number of teams to return. Defaults to 100.", "type": "number" } }, "required": [ "project" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

Related Tools

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/ennuiii/DevOpsMcpPAT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server