Clay

getRecentEmails

Use this tool ONLY to fetch recent email interactions when the user does not explicitly mention a range, and asks for past email interactions.

Remote clay-inc/clay-mcp

Other tools also called getRecentEmails? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "default": 1
    },
    "limit": {
      "type": "number",
      "default": 10
    },
    "contact_ids": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "The contacts to filter the moments for."
    }
  }
}
          

Provider

Clay →