vk_wall_get_by_id
Retrieve specific posts from user or community walls by providing post IDs. Returns post details including text, attachments, and repost history.
Instructions
Returns a list of posts from user or community walls by their IDs. VK API method: wall.getById. Tool name: vk_wall_get_by_id. Section: wall. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1" | |
| extended | No | '1' - to return user and community objects needed to display posts, '0' - no additional fields are returned (default) | |
| copy_history_depth | No | Sets the number of parent elements to include in the array 'copy_history' that is returned if the post is a repost from another wall. | |
| fields | No |