PagerDuty MCP Server

by wpfleger96
Verified

list_teams

Retrieve and filter teams in your PagerDuty account using a search query. Returns metadata and a list of teams matching criteria for effective team management.

Instructions

List teams in your PagerDuty account.

Args: query (str): Filter teams whose names contain the search query (optional)

Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of teams matching the specified criteria

Input Schema

NameRequiredDescriptionDefault
queryNo

Input Schema (JSON Schema)

{ "properties": { "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" } }, "title": "list_teamsArguments", "type": "object" }

You must be authenticated.

Other Tools from PagerDuty MCP Server

Related Tools

ID: tbaec6w11c