Skip to main content
Glama
zesun33

@zesun33/mcp-openroad

by zesun33

openroad_floorplan

Initialize ASIC floorplan boundaries, core/die sizing, and I/O pin placement, producing a floorplan DEF file to kickstart physical design.

Instructions

Initializes ASIC floorplan boundaries, core/die sizing, and I/O pin placement using OpenROAD, generating a floorplan DEF file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoOptional working directory.
die_widthNoDie width in microns (default: 60).
die_heightNoDie height in microns (default: 60).
output_defNoOutput floorplan DEF file path.
timeout_msNoTimeout in milliseconds.
top_moduleYesName of the top-level module.
core_marginNoMargin between die and core in microns (default: 5).
netlist_fileYesGate-level Verilog netlist file path.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does communicate the main side effect—generating a floorplan DEF file via OpenROAD—but does not disclose overwrite behavior for an existing output_def, execution characteristics, or failure modes. This is adequate but has clear transparency gaps.

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

Conciseness5/5

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

One focused sentence with no filler; the primary action and output artifact are front-loaded. Every phrase carries information.

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

Completeness3/5

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

The description is sufficient for a simple floorplan initialization step, but with no output schema or annotations it leaves out useful operational context: whether existing DEF files are overwritten, what the tool returns on success, and how this step sequences into the sibling P&R tools.

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 adds only conceptual grouping ('core/die sizing', 'I/O pin placement') that maps loosely to die_width, die_height, and core_margin, but no new parameter-level meaning.

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 uses a specific verb ('Initializes') and a concrete resource: ASIC floorplan boundaries, core/die sizing, and I/O pin placement. It also names the deliverable, a floorplan DEF file, which separates it from the place/route/STA sibling tools even without naming them explicitly.

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

Usage Guidelines3/5

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

The description never states when to run this tool versus openroad_place, openroad_route, or openroad_pnr. It implies the floorplan step from the 'floorplan' terminology and DEF output, but leaves workflow ordering and alternative selection to inference.

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