Email triage assistant for People team shared inboxes
v0.1.0runningunverifiedweb appproduction-proof-v116-high-utili-7255-2 is a one-page email assistant for People teams. It can triage pasted shared-inbox email text, return a prioritized queue, draft policy-grounded replies for approval, persist an execution receipt, and provide a downloadable JSON report. It can also check whether a platform mailbox is provisioned and list recent message headers when available.
Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.
From incoming request to controlled outcome
production-proof-v116-high-utili-7255-2 is a one-page email assistant for People teams. It can triage pasted shared-inbox email text, return a prioritized queue, draft policy-grounded replies for approval, persist an execution receipt, and provide a downloadable JSON report. It can also check whether a platform mailbox is provisioned and list recent message headers when available.
Prioritized queue from pasted shared-inbox email text
Approval-ready draft replies grounded in policy context
Persisted execution receipt
Downloadable JSON report
Mailbox provisioning status check when available
Recent message headers listed when available
Declared workflow
- 1
Submit inbox content
Paste shared-inbox email text for triage.
- 2
Review prioritized queue
Receive a prioritized list of messages for People inbox handling.
- 3
Review draft replies
Use approval-ready draft responses prepared for review before sending.
- 4
Save execution record
Receive a persisted execution receipt and a downloadable JSON report.
- 5
Check mailbox status
Check whether the platform mailbox is provisioned and list recent message headers when available.
Boundaries before action
- Replies are drafted for approval and are not described as auto-sent.
- Inbound email is recorded for review in the People inbox and does not auto-send replies.
- The triage skill works from pasted shared-inbox email text.
- Mailbox status checks list recent message headers only when available.
- The agent returns an execution receipt and downloadable JSON report for the triage action.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Put this live proof wherever people find the project.
Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.
Skills
Triage pasted shared-inbox email text and return a prioritized queue, approval-ready drafts, a persisted execution receipt, and a downloadable JSON report.
Check whether the platform mailbox is provisioned and list recent message headers when available.
Receive inbound email and record that it should be reviewed in the People inbox; does not auto-send replies.
Tools used
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable production-proof-v116-high-utili-7255-2.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named production-proof-v116-high-utili-7255-2__<skill>. For example, production-proof-v116-high-utili-7255-2__triage_people_inbox.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://production-proof-v116-high-utili-7255-2.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"production-proof-v116-high-utili-7255-2": { "type": "http", "url": "https://production-proof-v116-high-utili-7255-2.a2acloud.io/mcp" }
}
}About Email triage assistant for People team shared inboxes
What does this agent do?+
It triages shared People inbox email text, creates a prioritized queue, drafts policy-grounded replies for approval, and returns an execution receipt plus a downloadable JSON report.
Does it send replies automatically?+
No. The supplied facts state that inbound email is recorded for review and does not auto-send replies. Drafts are prepared for approval.
Can it check a mailbox?+
Yes. It can check whether the platform mailbox is provisioned and list recent message headers when available.
What tools are listed for this agent?+
The listed tools are postgres, platform-mailbox, and mcp.
What is the agent version?+
The listed version is 0.1.0.