Back to tools

list_vercel_infrastructure

List all Vercel projects and their basic metadata.

Schema and Policy
{
  "name": "list_vercel_infrastructure",
  "description": "List all Vercel projects and their basic metadata.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "teamId": {
        "type": "string"
      }
    }
  },
  "category": "Infrastructure",
  "authRequired": false,
  "mutability": "infrastructure",
  "status": "active"
}