Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

get_teams

Retrieve PagerDuty teams by ID or filter results using name query and result limit, enabling efficient team management and data access.

Instructions

Get PagerDuty teams by filters or get details for a specific team ID.

Args: team_id (str): The team ID to retrieve (optional, cannot be used with any other filters). query (str): Filter teams whose names contain the search query (optional). Not used if team_id is provided. limit (int): Limit the number of results returned (optional). Not used if team_id is provided.

Input Schema

NameRequiredDescriptionDefault
limitNo
queryNo
team_idNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "team_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Team Id" } }, "type": "object" }

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