Back to tools

get_vercel_project_details

Get detailed information and domains for a specific Vercel project.

Schema and Policy
{
  "name": "get_vercel_project_details",
  "description": "Get detailed information and domains for a specific Vercel project.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "projectId": {
        "type": "string",
        "description": "Vercel project ID or name"
      },
      "teamId": {
        "type": "string"
      }
    },
    "required": [
      "projectId"
    ]
  },
  "category": "Infrastructure",
  "authRequired": false,
  "mutability": "infrastructure",
  "status": "active"
}