[{'Text': '```\n{\n  "body": "## Feature Description\\n\\nAdd a new tool that allows the MCP agent to send email alerts for urgent bugs or issues directly to the developer.\\n\\n## Requirements\\n\\n- Use existing Mailchimp transactional email service (already configured)\\n- Minimal boilerplate implementation\\n- Send HTML-formatted emails\\n- Reference existing implementation in pt-research-app/app/utils/email.server.ts\\n\\n## Implementation Notes\\n\\nThe pt-research-app already has a working Mailchimp integration:\\n- API: `@mailchimp/mailchimp_transactional`\\n- Environment variable: `MAILCHIMP_API_KEY`\\n- Example: `sendDeliverableAlert()` function sends HTML emails to peter.donaghey@point-topic.com\\n\\nThe tool should provide minimal boilerplate to send HTML emails for:\\n- Urgent bugs\\n- Critical issues requiring immediate attention\\n- Direct notification to developer email\\n\\n## Acceptance Criteria\\n\\n- [ ] New email tool callable by the agent\\n- [ ] Support HTML email formatting\\n- [ ] Use Mailchimp transactional API\\n- [ ] Minimal implementation (no unnecessary complexity)\\n- [ ] Can specify recipient email and subject\\n- [ ] Works with existing MAILCHIMP_API_KEY",\n  "createdAt": "2026-04-14T11:21:50Z",\n  "labels": [\n    {\n      "id": "LA_kwDOPxks-M8AAAACKk80rg",\n      "name": "enhancement",\n      "description": "New feature or request",\n      "color": "a2eeef"\n    }\n  ],\n  "state": "OPEN",\n  "title": "Add email alert tool for urgent bugs and issues",\n  "updatedAt": "2026-04-14T11:21:50Z"\n}\n```'}]