get-team
Retrieve team details from Shortcut project management using the team's public ID to access member information and organizational structure.
Instructions
Get a Shortcut team by public ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamPublicId | Yes | The public ID of the team to get |
Input Schema (JSON Schema)
{
"properties": {
"teamPublicId": {
"description": "The public ID of the team to get",
"type": "string"
}
},
"required": [
"teamPublicId"
],
"type": "object"
}