Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

view_gds

Open and visualize GDSII files directly in KLayout viewer by specifying the project ID and optional GDS filename. Integrates with EDA Tools MCP Server for streamlined ASIC design workflows.

Instructions

Open GDSII file in KLayout viewer

Input Schema

NameRequiredDescriptionDefault
gds_fileNoSpecific GDS filename (optional, auto-detected if not provided)
project_idYesProject ID from OpenLane run

Input Schema (JSON Schema)

{ "properties": { "gds_file": { "description": "Specific GDS filename (optional, auto-detected if not provided)", "type": "string" }, "project_id": { "description": "Project ID from OpenLane run", "type": "string" } }, "required": [ "project_id" ], "type": "object" }

Other Tools from EDA Tools MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NellyW8/MCP4EDA'

If you have feedback or need assistance with the MCP directory API, please join our Discord server