get_team
Retrieve details of a specific PagerDuty team by providing its ID or name.
Instructions
Get a specific team.
Args:
team_id: The ID or name of the team to retrieve
Returns:
Team detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the team | |
| summary | No | A short-form, server-generated string that provides succinct information about the team | |
| name | Yes | ||
| description | No |