PagerDuty MCP Server

by wpfleger96
Verified

show_user

Get detailed information about a given user. Args: user_id (str): The ID of the user to get

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

Input Schema

NameRequiredDescriptionDefault
user_idYes

Input Schema (JSON Schema)

{ "properties": { "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "show_userArguments", "type": "object" }