Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

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

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