Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

show_team

Retrieve comprehensive details about a specific team using its ID through the PagerDuty MCP Server, enabling effective team management and incident handling.

Instructions

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" }

You must be authenticated.

Other Tools from PagerDuty MCP Server

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/wpfleger96/pagerduty-mcp-server'

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