PagerDuty MCP Server

by wpfleger96
Verified

show_service

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