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