get_project
Retrieve a Vercel project's full configuration by ID or name, with optional team scoping via team ID or slug.
Instructions
Get a project's full configuration by id or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrName | Yes | Project id or name. | |
| 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). |