get_team
Retrieve a single team by its ID or slug. Specify teamId or slug to scope the request.
Instructions
Get a single team by id or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |