get_activity
Retrieve recent activity feed showing user views, edits, and actions in Metabase to monitor user engagement and identify popular content trends.
Instructions
š [SAFE] Get recent activity feed showing views, edits, and other actions in Metabase. Use this to see what users are doing or what content is popular. Risk: None - read-only operation.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| limit | No | Maximum number of activity items to return (default: 20) | 
Input Schema (JSON Schema)
{
  "properties": {
    "limit": {
      "default": 20,
      "description": "Maximum number of activity items to return (default: 20)",
      "maximum": 100,
      "minimum": 1,
      "type": "integer"
    }
  },
  "type": "object"
}