Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VK_ACCESS_TOKEN | Yes | The VK access token required for authentication. This token allows the server to interact with the VK (VKontakte) API on your behalf. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vk_users_get | Get information about VK users by their IDs or screen names |
| vk_wall_get | Get posts from a user or community wall |
| vk_wall_post | Publish a new post on a wall |
| vk_wall_create_comment | Add a comment to a wall post |
| vk_groups_get | Get list of communities the user is a member of |
| vk_groups_get_by_id | Get community info by ID or short name |
| vk_friends_get | Get list of user friends |
| vk_newsfeed_get | Get user newsfeed |
| vk_stats_get | Get community statistics (admin only) |
| vk_photos_get | Get photos from albums |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |