Skip to main content
Glama

MCP Azure DevOps Server

get_team_members

Retrieve detailed membership roster for a specific team in Azure DevOps, including display names, emails, IDs, and administrator status. Use it to analyze team composition, identify administrators, and manage user assignments efficiently.

Instructions

Retrieves the membership roster for a specific team. Use this tool when you need to: - See who belongs to a particular team - Find team administrators - Check user assignments across teams - Determine team size and composition Args: project_id: The name or ID (GUID) of the team project the team belongs to team_id: The name or ID (GUID) of the team top: Maximum number of members to return skip: Number of members to skip Returns: Formatted string containing team members information including display names, emails, IDs, and administrator status, formatted as markdown with each member clearly separated

Input Schema

NameRequiredDescriptionDefault
project_idYes
skipNo
team_idYes
topNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "skip": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Skip" }, "team_id": { "title": "Team Id", "type": "string" }, "top": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Top" } }, "required": [ "project_id", "team_id" ], "title": "get_team_membersArguments", "type": "object" }

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