Arcas OnlineEDA MCP Server
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) |
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 |
|---|---|
| arcas_onlineeda_navigateC | Navigate to different sections of the OnlineEDA platform |
| arcas_onlineeda_projectD | Manage projects in OnlineEDA platform |
| arcas_onlineeda_upload_fileC | Upload design files to OnlineEDA project |
| arcas_onlineeda_run_verificationC | Run various verification types on OnlineEDA project |
| arcas_onlineeda_natural_languageC | 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 |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: natural language processing, navigation, project management, verification runs, and file uploads. There is no overlap in functionality, making it easy for an agent to select the correct tool for any given task.
All tools follow a consistent 'arcas_onlineeda_verb_noun' pattern, using snake_case throughout. This predictability aids in tool discovery and usage, with no deviations in naming conventions.
With 5 tools, this server is well-scoped for an OnlineEDA platform, covering core operations like querying, navigation, project management, verification, and file handling. Each tool earns its place without being overwhelming or insufficient.
The toolset covers essential CRUD-like operations for the OnlineEDA domain, including project management, file uploads, and verification runs. A minor gap exists in direct editing or deletion capabilities, but agents can likely work around this using the available tools.