get_team
Retrieve detailed team information including name, description, and settings by providing the team ID.
Instructions
Get team details by ID.
Returns team name, description, and settings. Use when you have the team ID and need detailed information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | 26-character team identifier (e.g., 'o5w8h47pdfbzjc4d8w7dhnhren') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique team identifier | |
| name | Yes | URL-friendly team name | |
| type | Yes | Team type: O=open, I=invite-only | |
| Yes | Team contact email | ||
| create_at | Yes | Creation timestamp in milliseconds | |
| delete_at | Yes | Deletion timestamp (0 if active) | |
| invite_id | Yes | Invite link identifier | |
| update_at | Yes | Last update timestamp in milliseconds | |
| description | Yes | Team description | |
| display_name | Yes | Human-readable team name | |
| allowed_domains | Yes | Allowed email domains | |
| allow_open_invite | Yes | Allow public joining |