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

# MCP - analytics and activity

> Reference for board analytics, activity, traceability, unseen summaries, and mentions through MCP.

# Analytics and activity

You can use these MCP tools when an agent needs board status before deciding what to do next. They complement the board-management tools by focusing on movement, unread work, activity, and traceability.

## Tools covered

| Tool                                 | Purpose                                                                                  |
| ------------------------------------ | ---------------------------------------------------------------------------------------- |
| `okto_pulse_get_activity_log`        | Recent board events and user/agent activity.                                             |
| `okto_pulse_get_analytics`           | Board-level counts, status breakdowns, throughput, validation metrics, and risk signals. |
| `okto_pulse_get_unseen_summary`      | What changed since the authenticated agent last checked.                                 |
| `okto_pulse_list_my_mentions`        | Mentions addressed to the authenticated agent.                                           |
| `okto_pulse_mark_as_seen`            | Mark activity or mention state as read.                                                  |
| `okto_pulse_get_traceability_report` | Coverage links between tasks, scenarios, rules, contracts, and requirements.             |

## Session-start status check

A practical session start is:

```text theme={null}
okto_pulse_list_my_boards
okto_pulse_get_unseen_summary
okto_pulse_get_activity_log
okto_pulse_get_analytics
```

Use this before opening large board details.

## Activity log

`okto_pulse_get_activity_log` answers what changed and who changed it. Use it to ground a handoff or to decide whether a card moved while the agent was offline.

## Analytics

`okto_pulse_get_analytics` returns board metrics: status counts, validation gate metrics, stale work, sprint health, bug counts, and coverage signals. Use it for planning and QA, not as a substitute for reading the exact spec or card.

## Traceability report

The traceability report is the fastest way to find missing links between cards and the evidence they claim to implement.

## Mentions and seen state

Mentions are agent-directed work. Mark seen state after processing so the next session can focus on new activity.

## Related pages

* [Board management tools](/reference/mcp/board-management)
* [Validation tools](/reference/mcp/validation)
* [Multi-agent development](/guides/multi-agent)
