a2a cloud

Email triage assistant for People team shared inboxes

v0.1.0runningunverifiedweb app
registry id · production-proof-v116-high-utili-7255-2

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.

People teamsHR operationsShared inbox managersEmployee support teams

Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.

what this agent does

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.

3
declared capabilities
0
required setup fields
0
allowed provider hosts
outcome 01

Prioritized queue from pasted shared-inbox email text

outcome 02

Approval-ready draft replies grounded in policy context

outcome 03

Persisted execution receipt

outcome 04

Downloadable JSON report

outcome 05

Mailbox provisioning status check when available

outcome 06

Recent message headers listed when available

how it works

Declared workflow

  1. 1

    Submit inbox content

    Paste shared-inbox email text for triage.

  2. 2

    Review prioritized queue

    Receive a prioritized list of messages for People inbox handling.

  3. 3

    Review draft replies

    Use approval-ready draft responses prepared for review before sending.

  4. 4

    Save execution record

    Receive a persisted execution receipt and a downloadable JSON report.

  5. 5

    Check mailbox status

    Check whether the platform mailbox is provisioned and list recent message headers when available.

safety & setup

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.
proof

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.

unverified
distribution loop

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.

production-proof-v116-high-utili-7255-2 unverified on a2a cloud

Skills

triage_people_inbox

Triage pasted shared-inbox email text and return a prioritized queue, approval-ready drafts, a persisted execution receipt, and a downloadable JSON report.

mailbox_status

Check whether the platform mailbox is provisioned and list recent message headers when available.

receive_people_email

Receive inbound email and record that it should be reviewed in the People inbox; does not auto-send replies.

a2a:email-handler

Tools used

postgresplatform-mailboxmcp

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.

  1. 1Install the gateway and log in.
    $
  2. 2Enable production-proof-v116-high-utili-7255-2.
    $
  3. 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" }
  }
}
frequently asked questions

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.

People Inbox Email Triage Assistant | a2a cloud