Get a user's most recent activity
get_user_recent_activityRetrieve the 5 most recent activity posts from any AniList user (ID or username), including list updates, text posts, and received messages. No need to search first.
Instructions
Get an AniList user's 5 most recent activity posts, with full content (not just IDs) — every activity type (list updates, text posts, and message activity they received; the underlying query applies no type filter of its own), a fixed count, not configurable; use get_user_activity for a paginated full feed instead. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name (username resolution costs one extra internal lookup either way).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | AniList user ID, or username. Unlike search_activity's own `user` filter, both an unknown numeric ID and an unknown username error here rather than silently returning an empty feed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity | Yes |