PagerDuty MCP Server

by wpfleger96
Verified

show_team

Get detailed information about a given team.

Args: team_id (str): The ID of the team to get

Returns: Dict[str, Any]: Team object with detailed information

Input Schema

NameRequiredDescriptionDefault
team_idYes

Input Schema (JSON Schema)

{ "properties": { "team_id": { "title": "Team Id", "type": "string" } }, "required": [ "team_id" ], "title": "show_teamArguments", "type": "object" }