Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REDDIT_PASSWORD | No | Your Reddit password (for username/password authentication) | |
REDDIT_USERNAME | No | Your Reddit username (for username/password authentication) | |
REDDIT_CLIENT_ID | No | Your Reddit API client ID (found under the app name in Reddit app preferences) | |
REDDIT_USER_AGENT | No | User agent string for Reddit API requests (must be unique and descriptive) | |
REDDIT_ACCESS_TOKEN | No | Your Reddit access token (for testing only - expires in 1 hour) | |
REDDIT_CLIENT_SECRET | No | Your Reddit API client secret | |
REDDIT_REFRESH_TOKEN | No | Your Reddit refresh token (for refresh token authentication) |
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 |
---|---|
No tools |