list_user_recent_patches_evergreen
Retrieve your recent Evergreen patches with CI/CD status to identify successful, failed, or running patches and get patch IDs for further actions.
Instructions
Retrieve the authenticated user's recent Evergreen patches/commits with their CI/CD status. Use this to see your recent code changes, check patch status (success/failed/running), and identify patches that need attention. Returns patch IDs needed for other tools. If project_id is not specified, will automatically detect it from your workspace directory and recent patch activity.This tool may return a list of available project_ids if it cannot determine the project_id automatically.You should ask the user which project they want to use, then call this tool again with the project_id parameter set to their choice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent patches to return. Use smaller numbers (3-5) for quick overview, larger (10-20) for comprehensive analysis. Maximum 50. | |
| project_id | Yes | Evergreen project identifier (e.g., 'mongodb-mongo-master', 'mms') to filter patches. If not provided, will auto-detect from recent activity. | |
| bearer_token | No | Override with a bearer token for this request. If not provided, uses the server's default credentials. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |