show_current_user
Retrieve a PagerDuty user's profile details including teams, contact methods, and notification rules for effective incident management and team coordination.
Instructions
Get the current user's PagerDuty profile including their teams, contact methods, and notification rules.
Returns: Dict[str, Any]: The user object containing profile information in the following format (note this is non-exhaustive): { "name": "John Doe", "email": "john.doe@example.com", "role": "user", "description": "John Doe is a user at Example Inc.", "job_title": "Software Engineer", "teams": [ { "id": "P123456", "summary": "Team Name 1" }, ... ], "contact_methods": [ { "id": "P123456", "summary": "Mobile" }, ... ], "notification_rules": [ { "id": "P123456", "summary": "0 minutes: channel XYZ" }, ... ], "id": "P123456" }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from PagerDuty MCP Server
Related Tools
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server