Skip to main content
Glama

create_project

Create a Vivado project from existing design, constraint, and simulation files. Specify part, top module, and file groups to generate a ready-to-use project for synthesis and simulation.

Instructions

Create a Vivado project from existing design, constraint, and simulation files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topYes
partYes
forceNo
definesNo
rtl_filesYes
sim_filesNo
simulatorNo
timeout_sNo
xdc_filesNo
file_specsNo
project_dirYes
include_dirsNo
project_nameYes
testbench_topNo
source_definesNo
target_languageNo
source_include_dirsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
toolYes
messageYes
summaryYes
error_codeYes
next_stepsNo
raw_excerptNo
next_actionsNo
handoff_readyYes
stop_requiredYes
policy_allowedNo
resume_contextNo
schema_versionYes
assessment_statusYes
handoff_reviewableNo
hardware_validationNo
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. It only says a project is created from files; it does not mention whether an existing project is overwritten despite the force parameter, whether an active Vivado session is required, or what side effects occur on filesets.

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?

The description is a single concise sentence with no filler and the action verb is front-loaded. However, it is quite sparse for a 17-parameter tool, so it earns high marks for brevity but not perfect marks for appropriate sizing.

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

Completeness1/5

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

Despite an output schema, this is a high-complexity tool with 17 parameters, 5 required, a nested file_specs object, and 0% schema description coverage. The one-sentence description omits semantics for required parameters, nested schema structure, timeout behavior, force behavior, and how this tool connects to the broader Vivado workflow.

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

Parameters2/5

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

Schema description coverage is 0% and the description adds almost no parameter meaning. It loosely maps to rtl_files, xdc_files, and sim_files by mentioning design, constraint, and simulation files, but it fails to explain required parameters like project_dir, part, top, or the complex file_specs object.

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 states a specific action and resource: 'Create a Vivado project'. It also scopes the inputs as existing design, constraint, and simulation files, which clearly distinguishes this creation tool from siblings like open_project.

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 implies this is for creating a new project from existing files, but it does not explicitly state when to use it versus alternatives such as open_project or configure_simulation. Some context is present, but exclusions and alternate routing are left to inference.

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

Install Server

Other Tools

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/zzszzs-lll/vivado-agent-mcp'

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