linear_get_team
Retrieve detailed information about a specific team in Linear's issue tracking system by providing the team ID.
Instructions
Get details about a specific team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID to get details for |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "Team ID to get details for",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}