Skip to main content
Glama
zesun33

@zesun33/mcp-openroad

by zesun33

openroad_pnr

Automate end-to-end ASIC physical design: floorplanning, placement, routing, and timing analysis on a gate-level netlist, returning area, utilization, wirelength, and slack metrics.

Instructions

Performs end-to-end automated digital ASIC physical design (floorplanning, placement, routing, and static timing analysis) on a gate-level netlist using OpenROAD, returning area, utilization, wirelength, and timing slack metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoOptional working directory where source files reside.
sdc_fileNoOptional SDC timing constraints file path.
output_defNoOptional output routed DEF file path.
timeout_msNoTimeout in milliseconds (default: 45000).
top_moduleYesName of the top-level module to place and route.
netlist_fileYesGate-level Verilog netlist file path.
clock_period_nsNoTarget clock period in ns if no SDC provided (default: 1.0).
core_utilizationNoTarget core cell placement density from 0.0 to 1.0 (default: 0.4).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses that this is a multi-stage automated flow, that it runs on OpenROAD, and that it returns area, utilization, wirelength, and timing slack metrics. It also implies mutation/creation of files, but does not mention whether inputs are modified, how long it can take, or whether it writes intermediate files beyond the optional DEF. It is fairly transparent but could disclose time cost and side effects more explicitly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One compact, front-loaded sentence that lists the stages, the input type, the tool, and the outputs. It earns its place with useful metrics. Minor issue: it crams many stages into a parenthetical, which could be slightly easier to parse, but overall it's efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 8-parameter tool with no output schema, the description gives a strong high-level picture, names required inputs (gate-level netlist, top module) implicitly, and lists return metrics. It lacks details on side effects, runtime expectations, and whether it uses SDC or clock period, but the schema fills parameter gaps and the sibling list provides alternative-stage context. Mostly complete, with minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add semantics beyond the schema because it only summarizes the overall flow and outputs, not the individual parameters like netlist_file, top_module, or core_utilization. The schema already documents each parameter well.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a specific verb+resource statement: it performs end-to-end automated digital ASIC physical design (floorplanning, placement, routing, and static timing analysis) on a gate-level netlist using OpenROAD, and names the exact metrics returned (area, utilization, wirelength, timing slack). This clearly distinguishes it from the sibling tools, which each handle a narrower stage (floorplan, place, route, sta).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for full physical design flow and returns metrics, and the sibling list makes alternatives explicit. However, it does not explicitly state when to use this end-to-end tool versus calling the individual stages (openroad_floorplan/openroad_place/openroad_route/openroad_sta). The guidance is clear contextually but lacks a direct 'use this instead of...' statement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/zesun33/mcp-openroad'

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