Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (info, debug, etc.) | info |
| MAX_IMAGE_SIZE | No | Maximum image size in bytes (default: 10MB) | 10485760 |
| RETRY_ATTEMPTS | No | Number of retry attempts for API calls | 3 |
| OPENROUTER_MODEL | No | The OpenRouter model to use for image analysis | google/gemini-2.0-flash-exp:free |
| OPENROUTER_API_KEY | Yes | Your OpenRouter API key (required) |
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 |
|---|---|
| analyze_image | Analyze images using OpenRouter's vision models. Supports various input formats including base64, file paths, and URLs. |
| analyze_webpage_screenshot | Specialized tool for analyzing webpage screenshots. Extracts content, layout information, and interactive elements from web pages. |
| analyze_mobile_app_screenshot | Specialized tool for analyzing mobile app screenshots. Provides insights into UI design, user experience, platform conventions, and app functionality. |