PagerDuty MCP Server

by wpfleger96
Verified

show_user

Retrieve detailed user information by ID using the PagerDuty MCP Server. Provides a structured user object for managing incidents, services, and teams.

Instructions

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

You must be authenticated.

Other Tools from PagerDuty MCP Server

Related Tools

ID: tbaec6w11c