list_projects
List projects in your Vercel account or team, with optional filtering by name or repository URL.
Instructions
List projects in the account/team. Optionally filter by name or repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter by project name substring. | |
| repoUrl | No | Filter by connected Git repo URL. | |
| limit | No | Maximum number of items to return. | |
| 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). |