WebControl
by matanSht
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WC_HOST | No | Bind address | 0.0.0.0 |
| WC_PORT | No | Server port | 8080 |
| WC_API_KEY | No | API key for REST auth; empty = no auth | |
| WC_HEADLESS | No | Run browser headless | true |
| WC_LOG_JSON | No | Output structured JSON logs | false |
| WC_LOG_LEVEL | No | Log level | INFO |
| WC_BROWSER_TYPE | No | Browser engine (chromium, firefox, webkit) | chromium |
| WC_MAX_SESSIONS | No | Maximum concurrent browser sessions | 10 |
| WC_PROXY_SERVER | No | HTTP proxy (e.g., http://proxy:8080) | |
| WC_ACTION_RETRIES | No | Retry attempts for actions | 1 |
| WC_PROXY_PASSWORD | No | Proxy auth password | |
| WC_PROXY_USERNAME | No | Proxy auth username | |
| WC_RETRY_DELAY_MS | No | Delay between retries | 500 |
| WC_VIEWPORT_WIDTH | No | Default viewport width | 1280 |
| WC_VIEWPORT_HEIGHT | No | Default viewport height | 720 |
| WC_ACTION_TIMEOUT_MS | No | Action timeout (click, fill, etc.) | 10000 |
| WC_NAVIGATION_RETRIES | No | Retry attempts for navigation | 2 |
| WC_NAVIGATION_TIMEOUT_MS | No | Navigation timeout | 30000 |
| WC_DEFAULT_SESSION_TTL_SECONDS | No | Session idle timeout (30 min) | 1800 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |