Smithery

check_inbox

Check a disposable AgentMail inbox for new messages. Use after create_test_inbox to read verification emails, OTP codes, welcome emails, or password reset links. Automatically extracts verification codes from email content.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called check_inbox? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 5,
      "description": "Max number of messages to retrieve (default: 5)"
    },
    "inbox_id": {
      "type": "string",
      "description": "The inbox ID or email address from create_test_inbox (e.g. '[email protected]')"
    }
  }
}