list_services
Retrieve and filter PagerDuty services by team IDs or search query. Supports user-context filtering for streamlined service management through the PagerDuty MCP Server.
Instructions
List existing PagerDuty services.
Args: current_user_context (bool): Use the current user's team IDs to filter (default: True, cannot be used with team_ids) team_ids (List[str]): Filter results to only services assigned to teams with the given IDs (optional, cannot be used with current_user_context) query (str): Filter services whose names contain the search query (optional)
Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of services matching the specified criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_user_context | No | ||
query | No | ||
team_ids | No |
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
- @kajirita2002/esa-mcp-server