Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
DATABASE_URL | No | Database connection string | sqlite:///news_instagram.db |
GEMINI_API_KEY | No | Your Gemini API key (optional - Gemini included) | |
OPENAI_API_KEY | No | OpenAI API key for content analysis (optional) | |
ANTHROPIC_API_KEY | No | Anthropic API key (alternative to OpenAI, optional) | |
MAX_POSTS_PER_DAY | No | Maximum number of posts per day | 5 |
INSTAGRAM_PASSWORD | Yes | Your Instagram password | |
INSTAGRAM_USERNAME | Yes | Your Instagram username |
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 |