get_deployments
Fetch recent Vercel or GitHub deployments with state, commit SHA, branch, and timestamp to correlate releases with incidents and speed root cause analysis.
Instructions
Fetch recent deployments from Vercel (or GitHub) with deployment state, commit SHA, branch, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max deployments to retrieve (default: 5) | |
| project | No | Project slug or ID | |
| environment | No | Target environment (default: production) |