Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| SOCIAVAULT_API_KEY | Yes | Your SociaVault API key. Sign up at sociavault.com/signup to get your key. | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| get_instagram_profile | Get Instagram profile data  | 
| get_tiktok_profile | Get TikTok profile data  | 
| get_twitter_profile | Get Twitter/X profile data  | 
| get_threads_profile | Get Threads profile data  | 
| get_instagram_posts | Get Instagram posts from a user  | 
| get_tiktok_videos | Get TikTok videos from a user  | 
| get_twitter_tweets | Get tweets from a Twitter/X user  | 
| get_threads_posts | Get posts from a Threads user  | 
| get_youtube_channel | Get YouTube channel data  | 
| get_facebook_profile | Get Facebook profile/page data  | 
| get_reddit_subreddit | Get Reddit subreddit posts  |