Read a wall
vk_wall_getRetrieve the newest posts from a VK user or community wall, including likes, reposts, comments, and views. Supports pagination and filtering.
Instructions
Read posts from a user or community wall, newest first. Pass domain for a short address (durov) or owner_id for a numeric one — negative for a community, positive for a person. Each post carries its likes, reposts, comments and views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of posts (1-100) | |
| domain | No | Short address of user or community | |
| filter | No | Filter: all, owner, others, postponed, suggests | |
| offset | No | Offset for pagination | |
| owner_id | No | Wall owner ID (negative for community) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Wall posts, newest first | |
| pagination | No | Where this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch. |