Skip to main content
Glama

configure_simulation

Define the sim_1 fileset for the active project by setting simulator, testbench top, source files, defines, and include directories. Use this to prepare and manage Vivado simulation configuration.

Instructions

Configure a Vivado sim_1 fileset in the currently open project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
simsetNo
definesNo
sim_filesNo
simulatorNo
timeout_sNo
include_dirsNo
testbench_topNo

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 description carries full burden. It only states 'Configure...' without disclosing side effects, whether existing settings are overwritten, or whether the fileset must already exist. The only added context is 'currently open project.'

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?

A single clear sentence with no redundancy, front-loaded with the verb and resource. It is appropriately terse, though it sacrifices necessary detail for brevity.

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

Completeness2/5

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

With no annotations, 7 parameters, nested objects, and an output schema, the one-line description is insufficient. It omits when-to-use guidance, parameter behavior, and side effects, leaving an agent to guess at correct invocation.

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 offers 0% description coverage and the description adds no parameter-level meaning. It does not explain simset, defines, sim_files, simulator, timeout_s, include_dirs, or testbench_top. Parameter names are somewhat self-explanatory, but semantics, defaults, and relationships are completely undocumented.

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

Purpose4/5

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

Description uses specific verb 'Configure' and identifies resource 'Vivado sim_1 fileset' in 'currently open project.' It is clearly distinguishable from sibling tools like run_behavioral_simulation and get_simulation_result, though it does not explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as run_behavioral_simulation or update_project_compile_order. It implies a project must be open but provides no prerequisites, exclusions, or sequencing context.

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