> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity

> Activity feed and Connect config MCP tools.

Engagement activity and Connect configuration. Requires [Connect access](/mcp/access-control).

## Activity feed

| Tool                | Description                                      | Risk   | Schema                                     |
| ------------------- | ------------------------------------------------ | ------ | ------------------------------------------ |
| `get_activity_feed` | Engagement feed: opens, replies, bounces, calls. | `read` | [#get\_activity\_feed](#get_activity_feed) |

## Connect config

| Tool                 | Description                                     | Risk    | Schema                                       |
| -------------------- | ----------------------------------------------- | ------- | -------------------------------------------- |
| `list_email_footers` | List email footers for campaigns and templates. | `read`  | [#list\_email\_footers](#list_email_footers) |
| `send_email_preview` | Send preview to yourself before launch.         | `write` | [#send\_email\_preview](#send_email_preview) |

## get\_activity\_feed

### Example

```json theme={null}
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get_activity_feed",
    "arguments": {
      "limit": 50
    }
  },
  "id": 1
}
```
