Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Log file location | arcas-onlineeda.log |
| LOG_LEVEL | No | Logging level (options: error, warn, info, debug) | info |
| ONLINEEDA_TIMEOUT | No | Page load timeout in milliseconds | 30000 |
| ONLINEEDA_HEADLESS | No | Set to false to see browser actions | true |
| ONLINEEDA_PASSWORD | No | Your Arcas OnlineEDA password (optional - will prompt if not set) | |
| ONLINEEDA_USERNAME | No | Your Arcas OnlineEDA username (optional - will prompt if not set) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| arcas_onlineeda_navigate | Navigate to different sections of the OnlineEDA platform |
| arcas_onlineeda_project | Manage projects in OnlineEDA platform |
| arcas_onlineeda_upload_file | Upload design files to OnlineEDA project |
| arcas_onlineeda_run_verification | Run various verification types on OnlineEDA project |
| arcas_onlineeda_natural_language | Process natural language queries for Arcas OnlineEDA operations with extensive examples |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Arcas OnlineEDA Projects | List of all projects in your Arcas OnlineEDA workspace |
| Verification Results | Latest verification results from all projects |
| Platform Status | Current status of Arcas OnlineEDA platform and services |
| Arcas OnlineEDA Documentation | Platform documentation and user guides |