Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

show_service

Retrieve detailed information about a specific service using its ID. This tool helps manage and monitor services by providing essential data for incident resolution and operational insights.

Instructions

Get details about a given service.

Args: service_id (str): The ID of the service to get

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

Input Schema

NameRequiredDescriptionDefault
service_idYes

Input Schema (JSON Schema)

{ "properties": { "service_id": { "title": "Service Id", "type": "string" } }, "required": [ "service_id" ], "title": "show_serviceArguments", "type": "object" }
Install Server

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