Get project context
get_project_contextRetrieve full production context for a project: GitHub repo, Vercel deployment status, Supabase project, Stripe mode, allowed or blocked actions, audit history, and recommended next steps.
Instructions
THE tool to call FIRST. Returns the full production context for a project/environment: GitHub repo, Vercel project + live latest deployment status/URL/failure, Supabase project, Stripe mode, what is allowed / blocked / approval-required, project memory, recent audit history, suggested safe next actions, and a human-readable summary. Pass environment to focus on one (recommended); otherwise all environments are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project id or slug; uses selected if omitted | |
| environment | No | Environment id or name to focus on (e.g. 'staging') |